src/main/java/com/example/client/service/HandoverService.java
@@ -82,7 +82,7 @@ table = CommonTable.createCommonTable(list[0], columnDto); table.setRowHeight(25); table.setAutoCreateRowSorter(true); table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF); comboBox.addItemListener(new ItemListener() { @@ -92,7 +92,7 @@ list[0] = handoverService.getList(projectId); CommonTable.refreshTable(list[0], columnDto,table); table.setRowHeight(25); table.setAutoCreateRowSorter(true); table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF); tableModelListener(table,jFrame,list[0]);