Package net.sourceforge.marathon.display

Examples of net.sourceforge.marathon.display.SplashScreen


     * 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();
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.display.SplashScreen

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.