Package ch.sahits.game.graphic.display

Examples of ch.sahits.game.graphic.display.OpenPatricianFrame


//    }
    if (startServer){
      logger.error("Multiplayer game is not yet implemented, sorry.");
      System.exit(0);
    } else {
      OpenPatricianFrame opf = new OpenPatricianFrame();
      opf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
      opf.setVisible(true);
    }

  }
View Full Code Here


//    }
    if (startServer){
      System.out.println("Multiplayer game is not yet implemented, sorry.");
      System.exit(0);
    } else {
      OpenPatricianFrame opf = new OpenPatricianFrame();
      opf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
      opf.setVisible(true);
    }

  }
View Full Code Here

TOP

Related Classes of ch.sahits.game.graphic.display.OpenPatricianFrame

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.