Skip to content

Commit 849f4c0

Browse files
author
Pankaj Bansal
committedFeb 15, 2021
8260291: The case instruction is not visible in dark mode
Reviewed-by: trebari, aivanov
1 parent 2e610f5 commit 849f4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/jdk/javax/swing/JSpinner/TestJSpinnerPressUnpress.java

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ private static void createUI() {
101101
JTextArea instructionTextArea = new JTextArea();
102102
instructionTextArea.setText(INSTRUCTIONS);
103103
instructionTextArea.setEditable(false);
104-
instructionTextArea.setBackground(Color.white);
105104

106105
gbc.gridx = 0;
107106
gbc.gridy = 1;

0 commit comments

Comments
 (0)
Please sign in to comment.