RTL « JFileChooser « Java Swing Q&A





1. set RTL Orientation of scrollbar inside JFileChooser?    stackoverflow.com

I have a JFileChooser and I want to make it oriented from right-to-left, and to do so I use:

applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
but an issue shows up. The horizontal scrollbar is still set to the ...