Google

Sunday, May 25, 2008

Inticas 007: Save and Open Table Files

Added capability to save Table to a file.
Added capability to open file and populate Table.

Used Classroom object to capture Table data before saving.
Classroom object implements serializable so that the entire object can be saved,
instead of individual data.

In the next version, I will sanitize the project by removing all unnecessary XML code.