public void setThumbLocation(int x, int y) {
   super.setThumbLocation(x, y);
   parentSlider.repaint();
 }