Package com.neophob.sematrix.gui

Examples of com.neophob.sematrix.gui.GeneratorGuiCreator


            this.matrixEmulator = new OutputGui(applicationConfig, this.output, this);

            //create gui window
            if (applicationConfig.getProperty(ConfigConstant.SHOW_DEBUG_WINDOW, "true").equalsIgnoreCase("true")) {
              //create GUI Window
              GeneratorGuiCreator ggc = new GeneratorGuiCreator(this, applicationConfig.getDebugWindowMaximalXSize(), applicationConfig.getDebugWindowMaximalYSize(), getVersion());
              //register GUI Window in the Keyhandler class, needed to do some specific actions (select a visual...)
              KeyboardHandler.setRegisterGuiClass(ggc.getGuiCallbackAction());
           
            setupStep++;
            drawProgressBar(steps*setupStep);
            drawSetupText("Finished", TEXT_Y_OFFSET+TEXT_Y_HEIGHT*setupStep);
           
View Full Code Here

TOP

Related Classes of com.neophob.sematrix.gui.GeneratorGuiCreator

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.