7273747576777879808182
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 );