| Class | Description |
|---|---|
| LinkLabel |
A JLabel that opens a link in the default browser when clicked.
It has the correct cursor, color and underlining for a link. If an exception is thrown while opening the link, it will be passed to the LinkLabel.exceptionCaught(Exception) method which can be overridden. |