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

Print this page

        

*** 684,694 **** getBooleanSystemProperty("sun.awt.disableCALayers"); } return sunAwtDisableCALayers.booleanValue(); } ! @Override public native boolean isApplicationActive(); /************************ * Native methods section ************************/ --- 684,697 ---- getBooleanSystemProperty("sun.awt.disableCALayers"); } return sunAwtDisableCALayers.booleanValue(); } ! ! /* ! * Returns true if the application (one of its windows) owns keyboard focus. ! */ public native boolean isApplicationActive(); /************************ * Native methods section ************************/