News

By default, the Swing JTable component allows only one editor type per column. In most cases, all cells in a JTable column are of the same class and thus can be edited with the same editor type ...
And when this data is added, the JTable redraws automatically, just as one would expect.<br><br>Enter the problem. I'd like to put the JTable into a JScrollPane. You know, for scrolling and stuff.