--- old/src/macosx/native/sun/awt/AWTWindow.h 2012-04-23 14:41:10.000000000 +0400 +++ new/src/macosx/native/sun/awt/AWTWindow.h 2012-04-23 14:41:09.000000000 +0400 @@ -42,7 +42,7 @@ NSWindow *growBoxWindow; NSSize javaMinSize; NSSize javaMaxSize; - jint styleBits; + jint styleBits; } @property (nonatomic, retain) JNFWeakJObjectWrapper *javaPlatformWindow; @@ -58,6 +58,7 @@ contentView:(NSView *)contentView; - (void) adjustGrowBoxWindow; +- (BOOL) isTopmostWindowUnderMouse; @end #endif _AWTWINDOW_H