Have a netbeans Gui project where I use layered panel.
There are 2 labels on top of each other. A big image and a small image.
The mouse clicked method only responds in the big label. Later when the smaller image is drawn on top of the larger one. The mouse clicked method is only called once (for the big label).
Can someone explain why that is and what I should do ?
Thanks