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 ef27cae commit 46b6cc3Copy full SHA for 46b6cc3
test/jdk/javax/swing/JComponent/7154030/bug7154030.java
@@ -74,6 +74,8 @@ public static void main(String[] args) throws Exception {
74
@Override
75
public void run() {
76
JDesktopPane desktop = new JDesktopPane();
77
+ desktop.setBackground(Color.WHITE);
78
+ desktop.setForeground(Color.BLACK);
79
button = new JButton("button");
80
frame = new JFrame();
81
frame.setUndecorated(true);
0 commit comments