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

Reply via email to