< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XComponentPeer.java

Print this page

        

*** 720,731 **** this.pSetCursor(cursor, true); } /* * The method changes the cursor. ! * @param cursor - a new cursor to change to. ! * @param ignoreSubComponents - if {@code true} is passed then * the new cursor will be installed on window. * if {@code false} is passed then * subsequent components will try to handle * this request and install their cursor. */ --- 720,731 ---- this.pSetCursor(cursor, true); } /* * The method changes the cursor. ! * @param cursor a new cursor to change to. ! * @param ignoreSubComponents if {@code true} is passed then * the new cursor will be installed on window. * if {@code false} is passed then * subsequent components will try to handle * this request and install their cursor. */
< prev index next >