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

Print this page

        

*** 158,163 **** --- 158,165 ---- public void setWindowState(int windowState); public long getLayerPtr(); public LWWindowPeer getPeer(); + + public boolean isUnderMouse(); }