Advertisement

java issue

Started by March 13, 2003 03:15 AM
0 comments, last by eddy78 21 years, 8 months ago
If i have the same color background in image, i can show it in visual basic without a background. Can i do it n java and if yes, HOW?! If there a posibility to make image background transparent, also, please tell me how.
This is possible in Java! Check out GraphicsConfiguration in the Java API! In particular ''createCompatibleImage(int width, int height, int transparency)'' where transparency = Transparency.BITMAP. That will ''display'' the transparency!

Stu

This topic is closed to new replies.

Advertisement