I was wondering if it was possible to be able to allow the user to copy an image from a JLabel?
If so could someone please tell me what I need to search for in the java docs please.
Thanks
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.
With some effort: yes. You need to define an action on that label so that if the user clicks on it, an image is copied into the clipboard.
Further Reading