posted 23 years ago
Hi !
I've got a problem with my JTable.
Normally, when we click on a row, its background becomes blue (it is now selected !)
But, when the cellEditor is a JComboBox, even if i change the value in the 3rd row, table.getSelectedRow() still returns 0. (and the first row is still blue).
How can i get the row index of the JComboBox i clicked and force the selectedRow ?
thanks !
Ben
------------------