/MemoCalendar

final project of Application Programming in Java

Primary LanguageJava

Calendar GUI

This is the main window when user open the application ad

  1. Button to move current date
  2. Show current date
  3. Show current time
  • '<<': move to previous year
  • '>>': move to next year
  • '<' : move to previous month
  • '>' : move to next month
  1. 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…”
  2. show today green

Add/Edit to-do list

add

  • input valid check start time must be before the end time. event name should be input.

Day View Frame

add1

  1. to-do lists are arranged according to time order
  2. users can add/edit/delete to-do lists.