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
A Renderer just paints the cells. I believe you need to implement a TableCellEditor to scroll.
TableCellEditor