I have a JTable with a column that has fairly long Strings in it, which causes that column's width to be extraordinarily huge. What I want to do is that when you load the table initially, the width of the column is set to a certain limit (so you don't have to scroll for an eternity to see the other of the columns), but you can still expand the column if you wish to view the rest of the column's contents.
How would I do this?