Steps for adding file access to the To-Do List program
Here is a summary of the steps that you will follow to create the enhanced To-Do List
program:
- Create new methods with logic for reading and writing files.
- Add the Open To-Do File >and Save To-Do File
buttons to the user interface.
- Add JFileChooser beans for opening and saving files.
- Add connections from the Open To-Do File >button.
- Test the program to verify your work so far.
- Add connections from the Save To-Do File >button.
- Test the completed program.
The following sections describe these steps in detail.
