Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Splashscreen (manifest file) using Netbeans

843807Jan 25 2007 — edited Jun 19 2007
Hi,
I need an enlightenment.. I'm building an app with splash screen using Java's new SplashScreen class. In order to show the splash screen I already include the :
SplashScreen-Image: icon/Splash.gif
//icon is a folder inside my JAR file
inside the manifest file.
What I don't understand is that.. when I run my app from netbeans by pressing the Run button : No Splash Screen shows up. But when I run it directly by double clicking the JAR file (from windows explorer) : the Splash Screen shows up.. Anyone know what is the reason? Do I need to configure something on my Netbeans?
Thank you for any response..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2007
Added on Jan 25 2007
2 comments
177 views