Calendar GUI
This is the main window when user open the application
- Button to move current date
- Show current date
- Show current time
- '<<': move to previous year
- '>>': move to next year
- '<' : move to previous month
- '>' : move to next month
- when the day have to-do, show bold date text. it displays the First works of the day, if the day has more than 1, then display “More…”
- show today green
Add/Edit to-do list
- input valid check start time must be before the end time. event name should be input.
Day View Frame
- to-do lists are arranged according to time order
- users can add/edit/delete to-do lists.