I have a form with 3 JTables on it. The first two are working fine, but the third is resetting to default column widths after the data structure is updated and a fireTableStructureChanged() occurs.
Can anyone tell me what would cause the table to reset to default widths? I'm setting minWidth, maxWidth and preferredWidth (trying to be complete).
I'd like some debug ideas. I'm setting the width values all over the place trying to find why it keeps reverting. I've even tried setting them in a PropertyChangeListener on the minWidth variable.
Any help would be greatly appreciated.
Thanks in advance!
-Will