Changing the width of a knob on a JSlider?

In googling, I found this codenewbie.com/forum/java/4298-custom-js....

In googling, I found this codenewbie.com/forum/java/4298-custom-js... Good luck.

That site is no longer active - just showing a good-bye message – kleopatra Nov 10 at 15:55.

BasicSliderUI sliderUI = new javax.swing.plaf.basic. BasicSliderUI(jTimeSlider){ protected Dimension getThumbSize() { return new Dimension(15, 20); } }; jTimeSlider. SetUI(sliderUI); where dimension width is the width of the knob.

Not recommended to set a per-instance ui: a) it will not survive changing the LAF b) extending basic sure looks strange in an application using another LAF – kleopatra Nov 9 at 17:05.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions