Re: Clipping top-level windows in Java

2000-09-04 Thread Nathan Meyers
Bogdan Daniel wrote: > Hello! > I wonder if anyone can help. I need to make a non-rectangular top-level > window (JWindow). When I do the clipping, it seems that it takes place > only what's inside my area is visible), however, the rest of the rectangle > is gray, not transparent. Does anyone ha

Clipping top-level windows in Java

2000-09-04 Thread Bogdan Daniel
Hello! I wonder if anyone can help. I need to make a non-rectangular top-level window (JWindow). When I do the clipping, it seems that it takes place only what's inside my area is visible), however, the rest of the rectangle is gray, not transparent. Does anyone have any idea why this happens? An