ID:165402
 
In Java I created an applet, how do I display clear colors on my images? Like the mask color on DM?
It all depends on what graphical toolkit you're using with java. If you have PNG support, you can use PNG's alpha channel, whereas GIFs have a mask color like DMIs do and BMPs have no support for masking at all.