src/java.desktop/macosx/classes/sun/lwawt/macosx/LWCToolkit.java

Print this page

        

*** 809,818 **** --- 809,823 ---- * * @return true if AWT toolkit is embedded, false otherwise */ public static native boolean isEmbedded(); + /* + * Activates application ignoring other apps. + */ + public native void activateApplication(); + /************************ * Native methods section ************************/ static native long createAWTRunLoopMediator();