4445464748495051525354
{ MainWindow main_window = new MainWindow(); SplashScreen splash_screen = new SplashScreen( main_window, 0 ); main_window.drawIt( splash_screen ); main_window.setVisible(true); splash_screen.setVisible( false ); splash_screen.dispose();