Relates :
|
The problem is visible when: - JScrollPane contains a JTree - JTree has such a size, that only horizontal scroll bar is visible - The tree has left-to-right orientation - The scroll pane has right-to-left orientation Try to move the mouse cursor to the tree and to rotate the mouse wheel. The horizontal scroll bar will twitch from the left side to the right side instead of usual smooth moving. See the attached test case.
|