clearSelection();
// nothing done so forward the event to the dispatcher
AbstractEventDispatcher dispatcher =
(AbstractEventDispatcher)userAgent.getEventDispatcher();
if (dispatcher != null) {
dispatcher.mousePressed(e);
}
}
}
public void mouseDragged(MouseEvent e) {