Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTable cell editor ..not able to delete value in the cell

843804Feb 21 2005 — edited Feb 21 2005
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2005
Added on Feb 21 2005
2 comments
212 views