Is it possible to blit bitmaps transparently in an applet using only 1.1? (no swing). I want to move bitmaps around as sprites. Is this possible with the color filter classes?
Printable View
Is it possible to blit bitmaps transparently in an applet using only 1.1? (no swing). I want to move bitmaps around as sprites. Is this possible with the color filter classes?
I'm pretty new to java but I would suggest making a transparent gif of your bitmaps and then make that gif a Label (which is by default not opaque). Then all you have to do is move around the Label... no painful blit operations as in VC++...
Dustin