|
You can also make a transparent JPanel,drawing on the JPanel an image area which is at the back of the undecorated JFrame, to add the WindowListener to the JFrame, each time when you move the JFrame update this image, such way you will get a transparent window, I did much desktop widgets in this way
|