>> Uncaught error fetching image: >> java.lang.NullPointerException >> at sun.awt.image.URLImageSource.getConnection(URLImageSource.java:102) > > It is telling you that you have a variable that is null and you are >trying to use it on line 102 of your URLImageSource.java file.
Well, sun.awt.image is a Sun package ! Otherwise, yes, that would mean that one of my pointer is null =) The problem is, there is a method inside a Sun package that do not raise exceptions properly. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
