I have a JList in a row header view of my JScrollPane and JTable in the main view. When I grab-and-drag the JList it became out of sync with the JTable in the main view. However, when I grab-and-drag the JTable I do not have this effect. How can I resolve this problem? Can I disable the grab-and-drag?