Translucent « JPanel « Java Swing Q&A





1. Translucent panel over AWT component    stackoverflow.com

I have an AWT component (3rd party library), and I need to mask it by showing a translucent panel over it (alpha of 128 in this case). Is there any way ...

2. Translucent components inside JPanel    stackoverflow.com

I have class MyPanel that extends from JPanel. MyPanel class has JLabel component which holds an icon. My question is how can i paint/render this JLabel component to get translucent effect ...