Package de.axxeed.animosy.gui

Examples of de.axxeed.animosy.gui.OptionsDialog


    return board;
  }
 
  public void startGame() {
    state = NO_GAME;
    OptionsDialog od = new OptionsDialog();
    od.setVisible(true);
   
    PanelRepository.get(PanelRepository.HISTORY_ITEM).setEnabled(true);

    board.init();
    tracker = new MrXTracker();
View Full Code Here

TOP

Related Classes of de.axxeed.animosy.gui.OptionsDialog

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.