Demo: fixed foreground of "Show dialog" link label (was unreadable in dark theme)

This commit is contained in:
Karl Tauber
2019-09-08 19:20:41 +02:00
parent 172a8a1b39
commit 8eca306bac
2 changed files with 2 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ public class FlatOptionPaneTest
private JOptionPane optionPane;
ShowDialogLinkLabel() {
setText( "<html><a href=\"#\">Show dialog</a></html>" );
setText( "<html><a href=\"#\" color=\"#589df6\">Show dialog</a></html>" );
addMouseListener( new MouseAdapter() {
@Override

View File

@@ -296,7 +296,7 @@ class OptionPanePanel
private JOptionPane optionPane;
ShowDialogLinkLabel() {
setText( "<html><a href=\"#\">Show dialog</a></html>" );
setText( "<html><a href=\"#\" color=\"#589df6\">Show dialog</a></html>" );
addMouseListener( new MouseAdapter() {
@Override