I have a JFrame with null layout and two one character JLabels on the same position.
When I add a MouseListener the MouseClicked event always goes to the first JLabel even if it has a transparent pixel there. Is there a solution for this?
(eg: I display "a" and "á" and I need to know if the user clicked on the character or on the accent)