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 scro
JScrollPane.setWheelScrollingEnabled(boolean)
You can also use this.
SwingUtil.setScrollUnitIncrement(yourScrollPane);