ayam
September 29th, 1999, 02:43 PM
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?
|
Click to See Complete Forum and Search --> : Transparent Bitmaps in 1.1 ayam September 29th, 1999, 02:43 PM 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? DHunter21 September 29th, 1999, 03:06 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |