> in my Applet i am loading several gifs, with getImage. Some gifs are
> loaded but others not I get a NullPointerException instead. The gifs are
> definitively existing.

Sounds to me like the old problem with asynchronous loading 
mechanisms.

If one starts loading images, an asyncronous process is started 
and getImage(...) immediately returns.
Accessing the image structure often results in a 
NullPointerException, as the loading process has not finished yet.
Using a Meditracker for those pursposes should solve those 
problems.

Oliver
___________________________________________________
Oliver Fels                    | e-mail:         
Neurotec Hochtechnologie GmbH  | [EMAIL PROTECTED]
Team Manager JAVA-/IT-Security | 
Friedrichshafen, Germany       | 
---------------------------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to