
Feature your own tutorial here! Find out more.
Displaying a splash image with Java 6
Submitted by Little Tutorials » Introduced in Java 6 is the option of displaying a splash screen when an application starts. The splash image file can be specified on the command line with the new splash option -splash:splash.jpg or in the manifest of a jar file with the SplashScreen-Image option.

