Re: Adding custom cell renderer to JTable causes delete problems



katjapanisch@xxxxxxxxx wrote:
Otherwise, the selection of a new cell after row deletion will stop
the cell editor in the deleted
row, and JTable.editingStopped tries to set the new value for the
edited cell in a row that no longer exists.

Excellent. Thank you. I've added some new code in my custom JTable to stop the editing an all is well :).

Thanks

Lionel.
.