Package com.svanloon.game.wizard.human.screen

Examples of com.svanloon.game.wizard.human.screen.GameOptionsScreen.prompt()


      UserPreferencesScreen ups2 = new UserPreferencesScreen();
      ups2.prompt();
      this.ups = ups2;
    } else if(displayScreen == 2) {
      GameOptionsScreen gos2 = new GameOptionsScreen();
      gos2.prompt();
      this.gos = gos2;
    }
  }
  private SplashScreen ss = this;
  private UserPreferencesScreen ups;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.