Serialization of registered Listeners
I encounter the problem that tables, trees etc. with registered Listeners on them seem to have lost the listener functionality at deserialization, even if I implement the listener as serializable. How is this?
I also have a JTree that seems to loose itsTransferHandler. Does this have the same origin?
Regards Tom

