I heard they are working on it.. now its available in prerelease of Mustang….
You can easily add Splash screen in your exisiting application just adding this line in your executing command :
java -splash:filename.gif SplashTest
You can also use MANIFEST file:
Manifest-Version: 1.0
Main-Class: SplashTest
SplashScreen-Image: filename.gif
Main-Class: SplashTest
SplashScreen-Image: filename.gif
More over you can handle SplashScreen class
SplashScreen splash = SplashScreen.getSplashScreen();
Advertisement





Recent Comments