I need to be able to update column names in a JTable dynamically. I have tried to use a TableModel to control the column names and I can change a column name in the model, but the JTable doesn't update on the screen. How can I force it to get the new column name and repaint? Thanx in advance.

Kevin