Splash screen
"karolinas" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I am sure it is just a workaround, but I changed some properties in the Bundle.properties file, which currently does not display the progress bar, as it bounds are set to be 0,0,0,0 and specifying the size of the splash screen.
currentVersion=${explorer.app.title} {0}
LBL_splash_window_title=Starting ${explorer.app.title}
SPLASH_WIDTH=800
SPLASH_HEIGHT=640
SplashProgressBarBounds=0,0,0,0
SplashRunningTextBounds=33,476,449,11
However, since my image is not a rectangle form, the first time application is launched it gives a white background around. Is there any way I can make it translucent?