create image again.

B

Boki

Hi All,

Creating image issue again, it must be a path issue, however, I still
no idea how to point out here.

I am using netbeans 5, this project imported from the WTK 2.5. Thanks!

try
{
GUI.imgBackground = Image.createImage("/hello/logo.jpg");
}
catch (Exception e)
{
setBackground=false;
}


Why we always wasting a lot of time to deal with which grammar is
correct for java not the material design issue we really need to deal
with urgently....


Best regards,
Boki.
 
M

Michael Jung

Boki said:
Creating image issue again, it must be a path issue, however, I still
no idea how to point out here.
I am using netbeans 5, this project imported from the WTK 2.5. Thanks!

I don't know about netbeans, but...
try
{
GUI.imgBackground = Image.createImage("/hello/logo.jpg");
}
catch (Exception e)
{
setBackground=false;
}

Why don't you print the exception (e.g. e.printStackTrace()) in the catch
block to see what is going on? In this case I suspect that you do not have
top-level directory called "hello".

Michael
 

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,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top