I am trying to register a click on a label, but i can’t get it to work.
So far I’ve tried to set the SelectionAdapter to the label but click-events aren’t fired.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Labels are not selectable Controls SelectionAdapter won’t work for it. Try adding a MouseListener.