Hi everybody I`ve got a Hw in my object oriented course I`ve done all the tasks needed except two those are the ones I need help with,
Write a GUI application called “MyOrganizer”. Your application should have the following options:
1. Add a new contact
2. Read contacts from a “Contacts” file
3. Save contacts to a “Contacts” file
4. Display all contacts
5. Add a new reminder
6. Display reminders of today (or a given day)
7. Read reminders from a “Reminders” file
8. Save reminders to a “Reminders” file
9. Add a new appointment
10. Display appointments of the coming week ( or a given week )
11. Read appointments from an “Appointments” file
12. Save appointments to an “Appointments” file
I have problems with step 6 and 10
I`m using arrayList to add the items needed all I need is a way to display the data at a given day for reminders and at a given week for application.