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 9c266ae commit 9dcc502Copy full SHA for 9dcc502
src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java
@@ -248,7 +248,7 @@ public static void setDisabledForeground(Color disabledFg) {
248
}
249
250
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
251
- acceleratorForeground = acceleratorSelectionFg;
+ acceleratorSelectionForeground = acceleratorSelectionFg;
252
253
254
public static void setAcceleratorForeground(Color acceleratorFg) {
0 commit comments