public void mouseDragged(MouseEvent evt) {
   if (getView() != null && getView().isEnabled()) {
     tracker.mouseDragged(evt);
   }
 }