*/
public BeanBoxDnDCatcher(DragSource ds, Component c, int act,
DragGestureListener dgl) {
super(ds, c, act, dgl);
dragSource = getDragSource();
dragGestureListener = new ComponentDragGestureListener(this, this);
setSourceActions(DnDConstants.ACTION_MOVE);
beanInfoMap = new HashMap();
}