scijava / scijava-ui-swing

SciJava UI components for Java Swing.
BSD 2-Clause "Simplified" License
7 stars 11 forks source link

SwingMessageWidget: make hyperlinks work #55

Closed imagejan closed 3 years ago

imagejan commented 3 years ago

This replaces JLabel by JEditorPane to allow HTML rendering including hyperlinks. We refer to PlatformService to open any clicked URLs.

Note that this makes hyperlinks work in value, but not in label attributes of message (String) parameters. It is therefore a partial fix for #39.

ctrueden commented 3 years ago

Wow, nice!