Package zephyropen.util

Examples of zephyropen.util.Loader


    updateMenu();
  }
 
  /** */
  public void replay(){
    new Loader("zephyropen.device.beamscan.ReplayGUI","none");
    Utils.delay(1000);
    System.exit(0);
  }
View Full Code Here


      files = new File(constants.get(ZephyrOpen.userHome) + ZephyrOpen.fs + "capture").listFiles(filter)
  }
 
  /** */
  public void scanner(){
    new Loader("zephyropen.device.beamscan.BeamGUI","");
    Utils.delay(1000);
    System.exit(0);
  }
View Full Code Here

TOP

Related Classes of zephyropen.util.Loader

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.