要做什么呢?
jdbtable只能对一个cell进行操作,即使你选中的是一行。
看看javadoc吧,里面说得很清楚。
DataSets are row-oriented: you are always positioned at one row, you can only edit that row, and your edits must pass validation checks before you can move to a new row. 
You can't multi-select cells from multiple rows in a JdbTable. By default, selection is limited to a single cell and only that cell is highlighted. Optionally, you can select an entire row, but you still edit one cell at a time.