What image file formats can (Applet and Tookit).getImage() use?
Created May 4, 2012
John Zukowski The GIF and JPEG formats have been accepted since the beginning of Java time. The XBM format has been accepted since Java 1.0 also, but is not widely mentioned as it isn't a popular format. Starting with the 1.3 release, PNG support is now standard, too.