Your daily dose of Java and related technologies.
News, Releases, Reviews, Tutorials, Articles, Events, Contests, Comments, Code and much more.
This java weblog is maintained by Xyling Technologies, making life simpler.

Tuesday, April 05, 2005

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