Hi Damir,

to load images from the jar file you have to use the getResource()
method. I use something like this:

ImageIcon icon = new ImageIcon(getClass().getResource("image.gif"));

Hope it helps,

Ingo

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