Package net.sf.mrailsim.gui

Examples of net.sf.mrailsim.gui.MainWindow


      Thread.sleep( 10 );
    } catch (InterruptedException e) { }
  }
 
  public void startGame() {
    mainWindow = new MainWindow( this );
    mainWindow.setVisible( true );
   
    mapWindow = new MapWindow();
    mapWindow.setSize( 850, 650 );
    mapWindow.setLocation( 400, 100 );
View Full Code Here

TOP

Related Classes of net.sf.mrailsim.gui.MainWindow

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.