mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
fixed color of links in HTML text
This commit is contained in:
@@ -296,7 +296,7 @@ class OptionPanePanel
|
||||
private JOptionPane optionPane;
|
||||
|
||||
ShowDialogLinkLabel() {
|
||||
setText( "<html><a href=\"#\" color=\"#589df6\">Show dialog</a></html>" );
|
||||
setText( "<html><a href=\"#\">Show dialog</a></html>" );
|
||||
|
||||
addMouseListener( new MouseAdapter() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user