How do I speed up the scroll speed in a JScrollPane when using the mouse wheel? December 30, 2022 by Tarik You can try this : myJScrollPane.getVerticalScrollBar().setUnitIncrement(16);