@Override
 protected void installListeners() {
   super.installListeners();
   scrollbar.addMouseMotionListener(this);
   scrollbar.addMouseListener(this);
   myErrorStripeButton.addMouseMotionListener(this);
   myErrorStripeButton.addMouseListener(this);
 }