ScreenSplash, SDK6, Netbeans 4.0

R

Rafal\(sxat\)

Hi

How adding screen splash to aplication,
if i'm change manifest.cf by adding:
SplashScreen-Image: pe/ew/jj/dr/gui/images/drakula.jpg



i have always error ...

final SplashScreen splash = SplashScreen.getSplashScreen();


System.err.println("SPLASH IMAGES:" + splash.getImageURL());
//error.... null pointer...

if (splash == null) {
System.out.println("SplashScreen.getSplashScreen()
returned null"); //or this error...
return;
}

java not read manifest fm? if i am start application in netbeans?

What is wrong?



Rf
 
J

John B. Matthews

"Rafal\(sxat\) said:
How adding screen splash to aplication,
if i'm change manifest.cf by adding:
SplashScreen-Image: pe/ew/jj/dr/gui/images/drakula.jpg

i have always error ...

final SplashScreen splash = SplashScreen.getSplashScreen();

System.err.println("SPLASH IMAGES:" + splash.getImageURL());
//error.... null pointer...

if (splash == null) {
System.out.println("SplashScreen.getSplashScreen()
returned null"); //or this error...
return;
}

java not read manifest fm? if i am start application in netbeans?

What is wrong?

To pin the problem down a little better, you might try it from the
command line, as suggested here:

<http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/splashscreen/>
 
M

markspace

Rafal(sxat) said:
Hi

How adding screen splash to aplication,
if i'm change manifest.cf by adding:
SplashScreen-Image: pe/ew/jj/dr/gui/images/drakula.jpg


Try an absolute path here. Java Jar files don't always run from the
directory you are expecting.
 
R

Rafal\(sxat\)

Try an absolute path here. Java Jar files don't always run from the
directory you are expecting.

Its work... only from root directory

Thanks!
Rafal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top