Running into a pretty big problem because the table is being created in a separate class. But if I have the addEntry thing in the main class, then the other class will not be able to access it.
One thing I can do is create a temporary object item, and then merge them at the end and print the updated thing into the file.
Or, I can just add it into the file and get the program to read it in again. It's going to take a heck lot of memory though.
No comments:
Post a Comment