I am adding a JPanel in a JScrollPane in my project. All is working fine, but there is one problem about mouse scroll using the mouse-Wheel in JPanel. It’s speed is very slow on scrolling. How to make it faster? My code is : Answer You can set your scrolling speed with this line of code Here is details.