Package thegame.gui

Examples of thegame.gui.SelectionMenu


            public void run() {
                reset();
            }
        }, null));
        default_menu = new SelectionMenuComponent(this, SCREEN_DEFAULT, l);
        menu_handler = new SelectionMenu(default_menu);
        setGroupMonitor(new Monitor(), new Monitor());
        initGraphics((props.getDebug() & GameProperties._DEBUG_GUI) == 0);
        setProps(props);
        initLayers();
        gameState = Game.UNKNOWN_GAMESTATE;
View Full Code Here

TOP

Related Classes of thegame.gui.SelectionMenu

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.