hi
When I scroll a JScrollPane with the mousewheel it doesn’t make the viewport jump by the next unit-increment of the vertical scrollbar like it does when I press on the up or down buttons, but makes the viewport move smoothly by that amount. The problem is, that the contents of my pane are pretty complex to draw, which make the scrolling pretty jerky. Is there a way to avoid that smoothness and tell the scrollpane to hard-scroll when scrolling with the wheel?
Marvin