< prev index next >

src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.h

Print this page
rev 54098 : 8260616: Removing remaining JNF dependencies in the java.desktop module
8259729: Missed JNFInstanceOf -> IsInstanceOf conversion

*** 21,38 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* ! * Must include this before JavaNativeFoundation.h to get jni.h from build ! */ ! #include "jni.h" ! #include "jni_util.h" ! #import <Cocoa/Cocoa.h> - #import <JavaNativeFoundation/JavaNativeFoundation.h> @interface NSApplicationAWT : NSApplication <NSUserNotificationCenterDelegate> { NSString *fApplicationName; NSWindow *eventTransparentWindow; NSTimeInterval dummyEventTimestamp; --- 21,32 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! #import "JNIUtilities.h" #import <Cocoa/Cocoa.h> @interface NSApplicationAWT : NSApplication <NSUserNotificationCenterDelegate> { NSString *fApplicationName; NSWindow *eventTransparentWindow; NSTimeInterval dummyEventTimestamp;
< prev index next >