Searched refs:getMenuBackground (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java391 public ColorUIResource getMenuBackground() { return getSecondary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java334 * <td>{@code theme.getMenuBackground()}
402 "menu", theme.getMenuBackground(), /* Background color for menus */
453 Color menuBackground = getMenuBackground();
2042 * a cover method for {@code getCurrentTheme().getMenuBackground()}.
2048 public static ColorUIResource getMenuBackground() { return getCurrentTheme().getMenuBackground(); } method in class:MetalLookAndFeel
H A DMetalBorders.java622 g.setColor( MetalLookAndFeel.getMenuBackground() );

Completed in 100 milliseconds