JTable editingStopped doesn't populate the DefaultTableModel soon
I have a JTable with terminateEditOnFocusLost as TRUE.
But while I am editing a cell and hit a SAVE button on the Window to commit I have a validator which validates the cells whether they are NULL/Proper value.
So, while editing even if the focus is lost from the tableCell, the tableModel doesn't return me that value from the DefaultTableModel.getValueAt(row,col). It returns as null value. Any solution?
Thanks
# 2
> I have a validator which validates the cells whether they are NULL/Proper value.
I don't know what a validator is.
If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program[/url] (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
Don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags[/url] so the posted code retains its original formatting.