--- FM2SQL/Attic/TableComponent.java 2004/01/15 12:38:19 1.2 +++ FM2SQL/Attic/TableComponent.java 2004/02/18 13:25:24 1.3 @@ -334,7 +334,7 @@ public class TableComponent extends JPan } public void sizeToFit(int windowWidth, int windowHeight) { - table.setAutoResizeMode(table.AUTO_RESIZE_LAST_COLUMN); + //table.setAutoResizeMode(table.AUTO_RESIZE_LAST_COLUMN); TableColumnModel model = table.getColumnModel(); Dimension d2 = getPreferredSize();