This method of the DragSource Interface retrieves the current effect image used by the cursor as it drags an object across windows and icons.
public Object queryDragCursor(int effect);
Returns a cursor object that reflects the specified effect.
effect | The effect that the cursor provides an image for. This value can be one of the following drag effects:
CONTINUE, CANCEL, DROP, or DEFAULT ACTION |