Hello,
I would like to put the VERTICAL SCROLLBAR at the left side of my JScrollPane. I tried to put it in the rowHeader like this :
...
JScrollPane myScroll = new JScrollPane();
myScroll.setRowHeaderView(myScroll.getVerticalScrollBar());
...
The Vertical ScrollBar appears to the left side...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.