Search code examples
javaappletpng-24

Java Applet Transparency background


I am developing a Java applet which uses PNG-24 for icons. These icons are transparent but they simply refuse to be transparent in the app. The background always ends up white.

Is anyone familiar with this are and can give any pointers?

Thanks Mathias.


Solution

  • This page seems to give some ideas:

    http://www.rgagnon.com/javadetails/java-0265.html

    Katrien