I need to place a scroll bar to the left of the contents in my JScrollPane. Can it be done without a separate JScrollBar component? Perhaps simply by setting some alignment?
Using trial and error I found that
JScrollPane.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
worked like a charm.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With