Skip to content

Commit bf3ea9d

Browse files
committed
testing backgrounds; possible issue with image icons not transparent?
1 parent f1400bd commit bf3ea9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/HTML5LookAndFeel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ protected void initComponentDefaults(UIDefaults table) {
549549
ColorUIResource scrollBarTrack = new ColorUIResource(224, 224, 224);
550550

551551
Color control = table.getColor("control");
552-
Color control2 = table.getColor("control2");
552+
Color control2 = table.getColor("control");// this didn't work
553553
Color controlDkShadow = table.getColor("controlDkShadow");
554554
Color controlHighlight = table.getColor("controlHighlight");
555555
Color controlLtHighlight = table.getColor("controlLtHighlight");

0 commit comments

Comments
 (0)