On Wed, 06 Feb 2008 23:46:01 GMT, Cruithne3753
<> wrote, quoted or
indirectly quoted someone who said :
>I'm doing something where I've got optional resource modules packaged in
>ZIP files, this includes an information page in HTML. I can use
>JTextPane to display the text, but cannot see how to get it to display
>its images.
The images inside jars are called "resources". You find the
corresponding URL with getResource. From there you can load the
images in the usual way.
For details see
http://mindprod.com/jgloss/image.html
http://mindprod.com/jgloss/resource.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com