If someone edit the cell content of a JTable and press enter, the content is modified and the table selection moves to the next row.
Is that possible to forbid the JTable to go to the next row after a cell edition?
The reason is that my program synchronize some other widgets on cell selection using a ListSelectionListener, and I do not want to have the next row selected after editing the current cell.
Thanks in advance,
Martin