JTable大小固定了,应该把JTable放在JScrollPane里面
JScrollPane scrollPane = new JScrollPane(); scrollPane.setViewportView(table);