Hi i was wondering if it was possible, in java, to save a session/state of an application and then reloading the data (all automatically)when re-opening??
I have a GUI with some textarea, a jtree with filesystem hierarchy and a jpanel with buttons. I can create many buttons and within these buttons are popup jtextarea's with text inside them.
I want to know if it is possible and maybe some pointers on how, i would go about automatically saving the numberof buttons, their names and the data cntained inside of them, and then close the program. Then, when re-opening the program, re-load the data saved?
Cheers