| | |
| | | |
| | | //columnDto.add(new ColumnDto("ID", "id", -1, null,false)); |
| | | columnDto.add(new ColumnDto("工程名称", "ProjectName", 280, null, false, null,null)); |
| | | columnDto.add(new ColumnDto("班组专业", "teamGroupName", 150, null, false, null,null)); |
| | | columnDto.add(new ColumnDto("班组专业", "teamgroupName", 150, null, false, null,null)); |
| | | columnDto.add(new ColumnDto("一级节点", "level1NodeName", 150, null, false, null,null)); |
| | | columnDto.add(new ColumnDto("二级节点", "level2NodeName", 150, null, false, null,null)); |
| | | columnDto.add(new ColumnDto("项目名称", "level3NetworkName", 150, null, false, null,null)); |
| | |
| | | |
| | | table = CommonTable.createCommonTable(list, columnDto); |
| | | table.setRowHeight(25); |
| | | table.setAutoCreateRowSorter(true); |
| | | |
| | | table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF); |
| | | JScrollPane scrollTable = new JScrollPane(table); |
| | | frame1.add(scrollTable); |