How can I add a hyperlink to a JFace Dialog

Viewed 11251

How can I make a hyperlink in a JFace Dialog that when clicked opens the link in the default web browser. A full example would be useful. I know there is a org.eclipse.jface.text.hyperlink package but I can't find a suitable example.

1 Answers
Related