Searched refs:getAcceleratorForeground (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/demo/share/jfc/Metalworks/
H A DContrastMetalTheme.java135 public ColorUIResource getAcceleratorForeground() { method in class:ContrastMetalTheme
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java447 public ColorUIResource getAcceleratorForeground() { return getPrimary1(); } method in class:MetalTheme
H A DMetalHighContrastTheme.java113 public ColorUIResource getAcceleratorForeground() { method in class:MetalHighContrastTheme
H A DMetalLookAndFeel.java444 Color acceleratorForeground = getAcceleratorForeground();
2115 * a cover method for {@code getCurrentTheme().getAcceleratorForeground()}.
2121 public static ColorUIResource getAcceleratorForeground() { return getCurrentTheme().getAcceleratorForeground(); } method in class:MetalLookAndFeel

Completed in 58 milliseconds