Package net.sourceforge.parus.ntrviewer.gui

Examples of net.sourceforge.parus.ntrviewer.gui.SplashScreen.show()


        return currentLookAndFeel;
    }

    public void showSplashScreen() {
        SplashScreen splashScreen = new SplashScreen();
        splashScreen.show();
    }

    public void showMainWindow() {
        application.setVisible( true );
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.