Package com.svanloon.game.wizard.human.dialog

Examples of com.svanloon.game.wizard.human.dialog.UserPreferencesScreen.prompt()


  private int displayScreen = -1;
 
  public void run() {
    if(displayScreen == 1) {
      UserPreferencesScreen ups2 = new UserPreferencesScreen();
      ups2.prompt();
      this.ups = ups2;
    } else if(displayScreen == 2) {
      GameOptionsScreen gos2 = new GameOptionsScreen();
      gos2.prompt();
      this.gos = gos2;
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.