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 5365051 commit 98dbb49Copy full SHA for 98dbb49
src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java
@@ -254,7 +254,7 @@ public static void setDisabledForeground(Color disabledFg) {
254
}
255
256
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
257
- acceleratorForeground = acceleratorSelectionFg;
+ acceleratorSelectionForeground = acceleratorSelectionFg;
258
259
260
public static void setAcceleratorForeground(Color acceleratorFg) {
0 commit comments