Package tcg.scada.sim.iecsim.datastore

Examples of tcg.scada.sim.iecsim.datastore.DataStoreFrame.dispose()


      return;
    }
 
    //close the active frame
    frame.close();
    frame.dispose();

    //update the menu
    //TODO: shouldn't it depends on the next activated frame
    if (desktop_.getAllFrames().length == 0)
    {
View Full Code Here


    int numFrames = frames.length;
    for (int i = 0; i < numFrames; i++)
    {
      DataStoreFrame frame = (DataStoreFrame) frames[i];
      frame.close();
      frame.dispose();
    }
  }
 
  /**
   * Quit the simulator
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.