Searched defs:WINDOW_BRUSH_METAL_LOOK (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java72 public static final String WINDOW_BRUSH_METAL_LOOK = "apple.awt.brushMetalLook"; field in class:CPlatformWindow
156 new Property<CPlatformWindow>(WINDOW_BRUSH_METAL_LOOK) { public void applyProperty(final CPlatformWindow c, final Object value) {
319 prop = rootpane.getClientProperty(WINDOW_BRUSH_METAL_LOOK);

Completed in 34 milliseconds