关于bookTypeTable

返回选中行号:

bookTypeTable.getSelectedRow();  //返回int

返回目标位置的值:

bookTypeTable.getValueAt(rowNumber,colo);   //返回Object

原文地址:https://www.cnblogs.com/hualidezhuanshen/p/3131266.html