Package org.mitre.sim.gui

Examples of org.mitre.sim.gui.SimulationGui


   * Obtains the reference to the framework Graphical User Interface
   * @return A reference to the framework Graphical User Interface
   */
  public SimulationGui getSimulationGui() {
    if (simGui == null) {
      simGui = new SimulationGui(this, properties);
      simGui.setupComponents();
    }
    return(simGui);
  }
View Full Code Here

TOP

Related Classes of org.mitre.sim.gui.SimulationGui

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.