I have a JTable and I need to remove a row, namely, the selected row.
So first, I get the the table model :
DefaultTableModel model = (DefaultTab
If is JTable filtered or sorted then you can convert
JTable
int modelRow = convertRowIndexToModel(row);