Can I display a PNG image in an applet?
Created May 7, 2012
John Zukowski PNG support is not native to Java until 1.3. If you want to display it with a prior version of Java, like the 1.1 VM found in browsers, you must find support elsewhere. One such source is Jimi.
For the Java 2 platform, you should look at the Java Advanced Imaging API.