Package gui

Examples of gui.StarterGUI


        SPGlobal.pathToData = "../data/";
        SPGlobal.createGlobalLog();
        // Turn Debugging off except for errors
        SPGlobal.logging(false);

        new StarterGUI();

        SPGlobal.closeDebug();

      }
    });
View Full Code Here

TOP

Related Classes of gui.StarterGUI

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.