Examples of SimulationGui


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
Copyright © 2018 www.massapi.com. 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.