I have a JScrollPane
and a JPanel
inside. I see the scrollbars when needed, but the mouse wheeling works only when the mouse is over the scrollbars. Is there a property or something to make mouse wheeling work when the mouse pointer is over the whole panel, not just the scrollbars? You know like in browsers - you can scroll the page even if the mouse pointer is not over the scrollbars.
Thanks in advance!
MouseWheelMoved
listener. When I removed it, everything worked fine. Thanks:) – Rifling