We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1400bd commit bf3ea9dCopy full SHA for bf3ea9d
sources/net.sf.j2s.java.core/src/swingjs/plaf/HTML5LookAndFeel.java
@@ -549,7 +549,7 @@ protected void initComponentDefaults(UIDefaults table) {
549
ColorUIResource scrollBarTrack = new ColorUIResource(224, 224, 224);
550
551
Color control = table.getColor("control");
552
- Color control2 = table.getColor("control2");
+ Color control2 = table.getColor("control");// this didn't work
553
Color controlDkShadow = table.getColor("controlDkShadow");
554
Color controlHighlight = table.getColor("controlHighlight");
555
Color controlLtHighlight = table.getColor("controlLtHighlight");
0 commit comments