How do I speed up the scroll speed in a JScrollPane when using the mouse wheel?

前端 未结 9 747
庸人自扰
庸人自扰 2020-12-12 23:03

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

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 00:01

    If you want to set the mouse wheel scroll amount indepedent of the scrollbar unit amout you can use the Mouse Wheel Controller.

提交回复
热议问题