Possible Duplicate:
How to add hyperlink in JLabel
How can I make a kind of html link with Java Swing ?

Thank you very much
Regards
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.
I dont think there is a out of box hyperlink component in Swing but you can definitely build one.
Two such implementation I am aware of :
http://www.javalobby.org/java/forums/t19716.html
http://www.java2s.com/Code/Java/Swing-Components/HyperLinkcomponent.htm