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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java391 public ColorUIResource getMenuBackground() { return getSecondary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java331 * <td>{@code theme.getMenuBackground()}
398 "menu", theme.getMenuBackground(), /* Background color for menus */
447 Color menuBackground = getMenuBackground();
2071 * a cover method for {@code getCurrentTheme().getMenuBackground()}.
2077 public static ColorUIResource getMenuBackground() { return getCurrentTheme().getMenuBackground(); } method in class:MetalLookAndFeel
H A DMetalBorders.java585 g.setColor( MetalLookAndFeel.getMenuBackground() );

Completed in 40 milliseconds