I have a JTable
with 10 rows. If I have multiple selections on the JTable
, how do I get the cell that is currently focused?
I have tried to used JTable
's getEditingColumn()
and getEditingRow()
, but they always return -1 during multiple selection.
The commands;
table.getSelectionModel().getLeadSelectionIndex();
table.getColumnModel().getSelectionModel().getLeadSelectionIndex();
give the selected row and column respectively.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With