I know how to do a shaped or a translucent JFrame, but I would like to have a rectangular zone in my frame which would be translucent so the user can see what is behind.
I don’t know how to do that and take a screen capture of what is behind the frame is not working for me, because I want really that the user see dynamical change behind the frame.
I know how to do a shaped or a translucent JFrame , but I
Share
JFramehas aBorderLayout,BorderLayouthas 5 areas,take this advantage from
BorderLayout, create aTranslucent JFrameand leave theCENTERarea translucent, put an opaque Panel in the the other areas.mabye now, there is real reason to mix
AWT(doesn’t support transparency & translucency) withSwing, you can putAWT Panelsto theNORTH,SOUTH,EASTandWESTareas