Posted By:
Ann_Muller
Posted On:
Tuesday, April 3, 2001 02:16 AM
How do I, from an applet, get an image, which is packed in a cab or jar file (ARCHIVE in an applet tag)?
For the moment, I get it in this way:
Applet.getImage(new URL(url), "name.gif");
...but there is no reason, why I should use an URL, if I know, that it is in the cab/jar file?
Do you happen to know, where I can read about it?