JTable cell editor ..not able to delete value in the cell
843804Feb 21 2005 — edited Feb 21 2005Hello,
I have applied Cell Editor on the JTAble. I'm able to enter value initially in the cell.
Once I tab out of that cell, go back to the same cell, edit the value again and tab out. It still shows me old value, not the updated one.
I'm using putClientProperty("terminateEditOnFocusLost", Boolean.TRUE) to recognise the cell value without focus lost.
Does this cause any problem ???
Thanks in advance
Kapil