Can I change the width of a JSlider? - by Landmine Can you change the default height and width of a JSlider? I've tried setsize with no success. Thank you. Read the article
Using paintThumb I've made my arrow fall off the JSlider when at 0 or 100, how can this be fixed? - by Landmine Picture pretty much explains it all. I've painted a new Thumb and it goes off the JSlider area when at higher than 95 or below 5. I've tried padding the Track with no success. Does anyone have any tips? Read the article
How can I offset the pointer on a JSilder? - by Landmine In Java how can I offset the pointer from my JSilder? Read the article