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 try this :
myJScrollPane.getVerticalScrollBar().setUnitIncrement(16);