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".
- [JAVA3D] Including images in a jar file Damir Arh
- Re: [JAVA3D] Including images in a jar file Ingo Brunberg
- Re: [JAVA3D] Including images in a jar file Barry Walsh
- Re: [JAVA3D] Including images in a jar file J. Lee Dixon
- Re: [JAVA3D] Including images in a jar file Gernot Veith
