Package ingsw.proj.cluedo.logica

Examples of ingsw.proj.cluedo.logica.MainLoop.run()


   * Metodo che si occupa di lanciare il programma
   * @param args
   */
  public synchronized static void main(String[] args) {
    MainLoop loop = new MainLoop(new InterfacciaSwing());
    loop.run();
  }
}
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.