I see the method JScrollPane.setWheelScrollingEnabled(boolean)
to enable or disable the mouse wheel scrolling. Is there any way to adjust the speed of the scrolling, though? It is, in my opinion, ludicrously slow. No matter what size I make the window, the scrolling is about three pixels per click. I'd like it to be much more than that.
Any ideas?
If you want to set the mouse wheel scroll amount indepedent of the scrollbar unit amout you can use the Mouse Wheel Controller.
You can also use this.
SwingUtil.setScrollUnitIncrement(yourScrollPane);