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..