Java Applet Transparency background

2.7k Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

This page seems to give some ideas:

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

Katrien