src/share/classes/java/awt/dnd/DragSourceContext.java

Print this page

        

*** 273,283 **** * is <code>null</code>, the default drag cursor behavior is * activated for this drag operation, otherwise it is deactivated. * * @param c the initial {@code Cursor} for this drag operation, * or {@code null} for the default cursor handling; ! * see {@linkplain #defaultCursor class * level documentation} for more details * on the cursor handling during drag and drop * */ --- 273,283 ---- * is <code>null</code>, the default drag cursor behavior is * activated for this drag operation, otherwise it is deactivated. * * @param c the initial {@code Cursor} for this drag operation, * or {@code null} for the default cursor handling; ! * see {@linkplain Cursor class * level documentation} for more details * on the cursor handling during drag and drop * */