splash : Java Glossary

splash
A splash is an image that comes up while a program is loading.
Why Use a Splash Screen Command Line Splash
Applications Learning More
JApplet Splash Logo Links
Java Web Start Splash

Why Use a Splash Screen

A splash screen has several functions.

Applications

You might implement a Splash logo in your own program by, very first thing, before any other classes are loaded, use some code like

JApplet Splash Logo

InJava version 1.5 or later there is a splash logo that comes up as your JApplet loads. It looks a radiant Sun. You can modify that with a magic <param image tag that provides an alternate

Java Web Start Splash

You can add a splash screen to an JApplet or application with Java Web Start just by adding
<!-- adding splash image to your Java Web Start app -->
<icon href="../splash.gif" kind="splash" />

Command Line Splash

Starting in Java 1.6 you can specify a splash image on the command line like this:
rem invoking a splash image
java.exe -splash:welcome.gif -jar mine.jar

Learning More

Oracle’s Javadoc on SplashScreen class : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/splash.html J:\mindprod\jgloss\splash.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.213]
You are visitor number 7,652.