Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwingMessageWidget: make hyperlinks work #55

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Conversation

imagejan
Copy link
Member

@imagejan imagejan commented Dec 8, 2020

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.

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.
@ctrueden
Copy link
Member

ctrueden commented Dec 8, 2020

Wow, nice!

@ctrueden ctrueden merged commit 4093d4d into master Dec 8, 2020
@ctrueden ctrueden deleted the swing-message-widget branch December 8, 2020 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants