I want to change the side of my JScrollPane
from the right (default) to the left side. How do I do this?
AND: I want to change the size of JScrollBar
because it's a touch-display (22") so that it can be scrolled easily.
Thanks a lot!
I want to change the side of my JScrollPane
from the right (default) to the left side. How do I do this?
AND: I want to change the size of JScrollBar
because it's a touch-display (22") so that it can be scrolled easily.
Thanks a lot!
If you want to change the width of all the scrollbars then you can try using the UIManager. See UIManager Defaults
Following @camickr suggestion for the placement, here is a complete example