Package ingsw.proj.cluedo.logica

Examples of ingsw.proj.cluedo.logica.MainLoop


  /***
   * 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

Related Classes of ingsw.proj.cluedo.logica.MainLoop

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.