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 2ed2edb commit 3758e58Copy full SHA for 3758e58
src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java
@@ -223,7 +223,7 @@ public static void setDisabledForeground(Color disabledFg) {
223
}
224
225
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
226
- acceleratorForeground = acceleratorSelectionFg;
+ acceleratorSelectionForeground = acceleratorSelectionFg;
227
228
229
public static void setAcceleratorForeground(Color acceleratorFg) {
0 commit comments