@Override
 protected void uninstallListeners() {
   scrollbar.removeMouseMotionListener(this);
   scrollbar.removeMouseListener(this);
   myErrorStripeButton.removeMouseMotionListener(this);
   myErrorStripeButton.removeMouseListener(this);
   super.uninstallListeners();
 }