Mr Hammer, Thankyou very much!! ----- Original Message ----- From: "Richard O. Hammer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 12:18 PM Subject: Re: [Juglist] Saving/Reloading an object's state.
> It sounds to me like this is a use for object serialization. Have you > considered that? If not, you might start with the Javadoc for > java.io.Serializable. > > I note that both javax.swing.JFrame and JTextArea implement the > Serializable interface. > > neil wrote: > > Hi guys, If I wanted to, would I be able to save an objects state to disk > > (on exit of program) and be able to exactly replicate the object next time > > the program runs( > > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org > > _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
