C
Chris Berg
I use java.awt.Window.java to create pop-up windows much the same
style as in MS-Windows.
I would like to make them non-rectangular, eg. with rounded edges or
with other interesting shapes. But the Window doesn't become
transparent in the areas where I don't paint, it just becomes white
(or the background color that I set it to). I want it to display
whatever is behind the Window.
How to do that?
Chris
style as in MS-Windows.
I would like to make them non-rectangular, eg. with rounded edges or
with other interesting shapes. But the Window doesn't become
transparent in the areas where I don't paint, it just becomes white
(or the background color that I set it to). I want it to display
whatever is behind the Window.
How to do that?
Chris