> Also, why do TextureLoader cause a crash if the specified file doesn't
> exist.
> causes an exception instead of returning null like I would like it to.
> Can I change this?

You can subclass it, override the appropriate method, put a try-catch
block that catches null pointer exceptions in your method. Aaaah, the
power of Java :)

Jimmy

===========================================================================
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".

Reply via email to