|
-
Mar 26th, 2002, 06:52 PM
#1
Thread Starter
Member
Transparency in java
Does anyone know if I can make portions of my java application transparent, ie so that the contents of the program behind my java app can be seen through?
Haven't been able to find anything yet
-
Mar 26th, 2002, 07:23 PM
#2
Member
I would imagine not, since kernel-level alpha-blending is only built into Windows (and only some Windows versions). Well at least, it's not built into every OS that Java supports.
-
Apr 2nd, 2002, 01:07 AM
#3
Dazed Member
filburt1..... i think you have had to much of the kernal myself.
Im pretty sure that JComponent class defines the setOpaque(boolean b) and isOpaque(boolean b) methods to set the transparency of a component.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|