protected DragGestureRecognizer (DragSource ds)

Construct a new DragGestureRecognizer given the DragSource to be used in this Drag and Drop operation.

Parameters:
ds    the DragSource this DragGestureRecognizer will use to process the Drag and Drop operation

Exceptions:
IllegalArgumentException     if ds is null.