172173174175176177178
* Show the splash screen. The splash can be suppressed by giving * <code>-nosplash</code> on command line. */ private static void showSplash() { if (argProcessor.showSplash()) new SplashScreen(); }