Thread: custom JSlider
View Single Post
Old 07-23-2006, 02:41 PM   #4 (permalink)
spidermo
Recruit
 
Join Date: Jun 2006
Posts: 14
spidermo is on a distinguished road
I have found a solution. What I did is subclass BasicSliderUI() and override the getThumbSize() and the calculateTrackRect() methods. And then of course I applied it to the JSlider with setUI(SliderUI).
spidermo is offline   Reply With Quote