fixed color of links in HTML text

This commit is contained in:
Karl Tauber
2019-11-28 17:04:15 +01:00
parent 7b5a9d9949
commit a99ffd4821
8 changed files with 22 additions and 8 deletions

View File

@@ -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