I'm trying to modify the look of a JSlider and so far I've managed to do what I want, but 2 problems remain.
- When I get anywhere near it with the mouse, the slider get's highlighted. I want to turn of highlighting but i can't find how to do that anywhere.
- The slider is vertical and when the thumb is on the bottom of the track, part of the thumb falls outside of the drawing area. The customised thumb has the exact same size as the 'thumbRect' variable so I don't know why this would happen. Is making the thumb smaller the only option to fix this?