Re: Splash screen
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Maybe some info from here could be useful:
http://stackoverflow.com/questions/9325938/animated-splash-screen-on-netbeans-platform-app
Gj
On 22-6-2016 18:08, karolinas wrote:
> 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?
>
>
>
>