This class is designed to cut dynamic load time by allowing the code developer to zip a large number of images and laod them as arrays in their program. Not only does this save download time by only requesting one file, the contents can be compressed.
private static final String PATH
Image myImages[]
MediaTracker tracker
String url
Applet comp
public ZipImageLoader(String url,
Applet c)
public Image[] getImages(String file)
private Image[] addImage(Image ary[],
Image im)