jtable怎么设置行列大小
1、column=table.getColumnModel().getColumn(1);column.setPreferredWidth(intwidth);//width为你要设置的宽度

3、column.setPreferredWidth(intwidth);//设置列宽table.setRosetRowHeight(introw,introwHeight)//设置行高

5、{‘a’,‘b’,‘c’});// 建立下拉列表TableCellEditor tce=new DefaultCellEditor(cbx);// 创建编辑器tc.setCellEditor(tce);// 设置编辑器。
