static void tableColumnPreferWidth(JTable table, int columnIdx, int width) { table.getColumnModel().getColumn(columnIdx).setPreferredWidth(width); }