Day 9

Objectives:

  • File input/output, work with JFileChooser

Lab assignment:

at this moment, the program saves the information into a fixed named file: hourly_employees.txt

We want to have an opportunity to save the employee's information into a different file. Just imagine that you have only one interface to enter the information about new employees, but you have several companies. Obviously each company should have its own list of employees, so each company should have a separate file.