且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在分页中传递JTable的行值

更新时间:2023-12-03 18:55:16

您应该使用以下方法获取支持JTable的数据模型中的确切行.

You should use as below to get the exact row in the data model backing the JTable.

myTable.convertRowIndexToModel(myTable.getSelectedRow());