public DragSourceDropEvent (DragSourceContext dsc)

Construct a DragSourceDropEvent for a drag that does not result in a drop. The coordinates for this DragSourceDropEvent are not specified, so getLocation will return null for this event.

Parameters:
dsc    the DragSourceContext

Exceptions:
IllegalArgumentException    if dsc is null.

See also:
DragSourceEvent.getLocation