When you edit a cell in an jtable the value is made permanent only if the focus is changed or if one hits enter (for example if you change the cell value from "abc" to "xyz" and close the window the edit is lost). How do i make the edit permanent when the user stops editing?
I guess we have to update the cell value as the cell value is being editted but i am not sure how. Any help is appreciated!
Thanks in advance!