Package aitgame.tilegame.minigames.historygame

Examples of aitgame.tilegame.minigames.historygame.HistoryGame


 
  /**
  * Displays the Historygame to the screen.
  */
  public void displayPopupHistoriaGame(){
    HistoryGame historyGame = new HistoryGame(screen.getFullScreenWindow(), inputManager);
 
    historyGame.show(screen);

    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
   
    historyGame.shutDown();
    //historyGame.dispose();
  }
View Full Code Here


 
  /**
  * Displays the Historygame to the screen.
  */
  public void displayPopupHistoriaGame(){
    HistoryGame historyGame = new HistoryGame(screen.getFullScreenWindow(), inputManager);
 
    historyGame.show(screen);

    //load GradeShower
    gradeShower = new GradeShower(historyGame, inputManager, gradeManager);

    displayGradeShower();
   
    historyGame.shutDown();
    //historyGame.dispose();
  }
View Full Code Here

TOP

Related Classes of aitgame.tilegame.minigames.historygame.HistoryGame

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.