I have a JTable inside a JScrollPane. In one of the columns in the JTable, I have ImageIcons being displayed. Everything works fine, however, I have that in windows XP, when you scroll the rendering messes up and images become distorted.
This only happens when you scroll.
Screenshot: https://i.stack.imgur.com/NKqYT.png
Any help much appreciated!
Add an adjustment listener to your scroll bar and repaint the table on ajustment value changed events.