Package jmt.jmarkov.Graphics

Examples of jmt.jmarkov.Graphics.LogFile


      // simulation output panels
      outputP = new JPanel();
      outputTabP = new JTabbedPane();
      txtScroll = new JScrollPane();
      outputTA = new TANotifier();
      logFile = new LogFile();
      // logD = new LogDrawer();
      statiDrawer = new StatiDrawer(ql);
      queueDrawer = new QueueDrawer(ql);
      jobsDrawer = new JobsDrawer();
View Full Code Here

TOP

Related Classes of jmt.jmarkov.Graphics.LogFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.