serialized table and putClientProperty("terminateEditOnFocusLost")
Hello,
I have a serialized class that contains a (custom) JTable as a class variable. I enabled the property "terminateEditOnFocusLost". When I deserialize the table the property seems to have been reset to false, because I get errors on the next save process.
I don't know enough about Serialization, is this normal? And is it enough and secure to enable the property always anew after loading? At the moment it seems to work at least.
Regards Tom

