Creating a Splash Screen in Java (Swing/JFC)
There are many articles about doing Splash Screens in Java. Not all of them take performance seriously. This one does.
A splash screen is an image being shown on screen while an application is starting up. This article discusses how to create a splash screen that is shown very early in the process of starting a Java application.
A simple yet powerful 3 steps design:
1. Display Splash
2. Invoke main()
3. Dispose Splash.
Refer to the title of this post for the complete article including source code.
[Resource-Type: Article, Source Code; Category: Java/Swing; XRating: 4.5]
Via ClientJava.com








0 Comments:
Post a Comment
<< Home