src/java.desktop/macosx/classes/com/apple/eawt/_AppEventHandler.java

Print this page

        

*** 60,70 **** private static native void nativeOpenCocoaAboutWindow(); private static native void nativeReplyToAppShouldTerminate(final boolean shouldTerminate); private static native void nativeRegisterForNotification(final int notification); ! final static _AppEventHandler instance = new _AppEventHandler(); static _AppEventHandler getInstance() { return instance; } // single shot dispatchers (some queuing, others not) --- 60,70 ---- private static native void nativeOpenCocoaAboutWindow(); private static native void nativeReplyToAppShouldTerminate(final boolean shouldTerminate); private static native void nativeRegisterForNotification(final int notification); ! static final _AppEventHandler instance = new _AppEventHandler(); static _AppEventHandler getInstance() { return instance; } // single shot dispatchers (some queuing, others not)