Package org.gbcpainter.view.menu

Examples of org.gbcpainter.view.menu.MainMenu


    GraphicsEnv.getInstance().setWindowSize( this.gameView.getWidth(), this.gameView.getHeight() );
    GraphicsEnv.getInstance().setGraphicsConfiguration( this.gameView.getGraphicsConfiguration() );
    GraphicsEnv.getInstance().setTextureLoader( new ResolutionTextureLoader() );

    this.fullView = false;
    this.currentComponent = new MainMenu();
    try {
      GraphicsEnv.getInstance().getTextureLoader().loadTexture( HEADER_TEXTURE, false );

    } catch ( Exception e ) {
View Full Code Here

TOP

Related Classes of org.gbcpainter.view.menu.MainMenu

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.