627628629630631632633634635
/** * Creates and shows the splash screen. */ public static void showSplashScreen(){ if (!noSplash) { splashScreen = new SplashScreen(); //splashScreen.splash(); } }