JScrollPane vertical scrollbar too wide
问题 I'm using Netbeans GUI Builder to create a GUI app (so all the code generated is by Netbeans). Everything looks fine in the Preview Design, but when I run the app, the JScrollPane displays badly... ...as you can see, only half of the scrollbar is visible. I have tried manually setting the JScrollBar for the JScrollPane, using my own method: jScrollPane1.setVerticalScrollBar(getScrollBarForScrollPane()); But that gives this result... Maybe there is some property on the JScrollBar or