Tagged Questions

0
votes
1answer
122 views

Removing rows from a DefaultTableModel with a RowSorter attached doesn’t remove last row

I'm somewhat new to Java, and especially new to tables, and I'm having a bit of trouble with one particular task. I have a JTable that uses a custom table model that extends DefaultTableModel, and …
0
votes
2answers
121 views

JTable RowFilter

Is is possible to some how get the index of the selection corresponding to the non filtered table? After the table is filter using a regexFilter. JTable getSelectedRow returns the index of the …