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 ad5561d commit 797cb13Copy full SHA for 797cb13
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSFrameUI.java
@@ -244,9 +244,8 @@ public void installUI(JComponent jc) {
244
245
frame.addWindowListener(this);
246
frame.addComponentListener(this);
247
- LookAndFeel.installColors(jc,
248
- "Frame.background",
249
- "Frame.foreground");
+ LookAndFeel.installColorsAndFont(jc, "Frame.background",
+ "Frame.foreground", "Frame.font");
250
}
251
252
@Override
0 commit comments