A Java applet can load images in GIF or JPG format using the 'getImage' method. In fact, that method is pretty slick: it returns immediately, and - if the URL did refer to a valid image - the rest of the program can go on without interruption.
Personal Use Only