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

Print this page

        

*** 149,154 **** --- 149,156 ---- public void setWindowState(int windowState); public long getLayerPtr(); public LWWindowPeer getPeer(); + + public boolean isUnderMouse(); }