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

Print this page

        

*** 520,534 **** public static void postEvent(AWTEvent event) { postEvent(targetToAppContext(event.getSource()), event); } - /* - * Returns true if the application (one of its windows) owns keyboard focus. - */ - public abstract boolean isApplicationActive(); - // use peer's back buffer to implement non-opaque windows. @Override public boolean needUpdateWindow() { return true; } --- 520,529 ----