Searched defs:getMenuBackground (Results 1 - 2 of 2) 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

Completed in 36 milliseconds