Searched refs:setBackgroundColor (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWrapper.java67 public static native void setBackgroundColor(long window, long color); method in class:CWrapper.NSWindow
H A DCPlatformWindow.java751 CWrapper.NSWindow.setBackgroundColor(getNSWindowPtr(), clearColor);
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m219 [image setBackgroundColor: [NSColor clearColor]];
352 [splash->window setBackgroundColor: [NSColor clearColor]];
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java151 public void setBackgroundColor(String backgroundColor) method in interface:CSS2Properties
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCWrapper.m381 * Method: setBackgroundColor
393 [window setBackgroundColor:color];
H A DAWTWindow.m289 [self.growBoxWindow setBackgroundColor:[NSColor clearColor]];

Completed in 134 milliseconds