-2

Possible Duplicate:
How to add hyperlink in JLabel

How can I make a kind of html link with Java Swing ?

enter image description here

Thank you very much

Regards

Community
  • 1
  • 1
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53

1 Answers1

1

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 :

  1. http://www.javalobby.org/java/forums/t19716.html

  2. http://www.java2s.com/Code/Java/Swing-Components/HyperLinkcomponent.htm

mprabhat
  • 20,107
  • 7
  • 46
  • 63