Searched refs:anImage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h71 -(void)setImage:(NSImage*)anImage; variable
H A DCTrayIcon.m187 - (void)setImage:(NSImage*)anImage {
188 [anImage retain];
190 image = anImage;

Completed in 36 milliseconds