I\'m trying to add scrolling capabilities to a certain column in my JTable. I\'ve implemented a custom TableCellRenderer component and I can see the scroll pane inside the tabl
As an alternative, consider placing a single scroll pane in a separate container and updating it's view in your selection listener.