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.
Michael Jung - 26 Jun 2007 18:40 GMT
> 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
> {
[quoted text clipped - 4 lines]
> 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