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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTWindow.h42 NSWindow *growBoxWindow; variable
55 @property (nonatomic, retain) NSWindow *growBoxWindow; variable
H A DAWTWindow.m138 @synthesize growBoxWindow;
286 growBoxWindow = [[JavaResizeGrowBoxOverlayWindow alloc] initWithContentRect:NSMakeRect(0, 0, [growBoxImage size].width, [growBoxImage size].height) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
287 [self.growBoxWindow setIgnoresMouseEvents:YES];
288 [self.growBoxWindow setOpaque:NO];
289 [self.growBoxWindow setBackgroundColor:[NSColor clearColor]];
290 [self.growBoxWindow setHasShadow:NO];
291 [self.growBoxWindow setReleasedWhenClosed:NO];
293 NSImageView *imageView = [[NSImageView alloc] initWithFrame:[self.growBoxWindow frame]];
297 [self.growBoxWindow setContentView:imageView];
302 [self.nsWindow addChildWindow:self.growBoxWindow ordere
[all...]

Completed in 189 milliseconds