U
Uli Kunkel
I have the following situation:
JPanel
JLabel1
JLabel2
On Jlabel1 I set some picture (ImageIcon), and I want to have a JLabel2
over it and transparent.
In that way I could overlap the 2 pictures.
The problem is that JLabel2 is not transparent even with setOpaque to false.
I'd appreciate any suggestions.
JPanel
JLabel1
JLabel2
On Jlabel1 I set some picture (ImageIcon), and I want to have a JLabel2
over it and transparent.
In that way I could overlap the 2 pictures.
The problem is that JLabel2 is not transparent even with setOpaque to false.
I'd appreciate any suggestions.