Skip to content

bramdehart/java-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Calendar made with the Swing GUI toolkit

Installation

An SQL-import is required before using the application. See attached SQL-file.

Navigation

Navigation between different monthpanels can be done in two ways:

  • Entering a date in the toppanel
  • Using the navigation buttons (previous / current / next month)

Add an appointment

An appointment can be added by clicking on "Add" within the desired daypanel. The fields "Name", "Start time" and "End time" are required. The others are optional.

Delete / View an appointment

To delete an appointment, click on "View" within the desired daypanel. The daydetail-panel on the right will show the appointments of the selected day. Confirm your removal by clicking on "Delete".

Color descriptions

  • Yellow: 0 - 5 appointments
  • Orange: 5 - 10 appointments
  • Red: > 10 appointments
  • Green: current day
  • Blue: active day

Screenshots

About

Desktop calendar made with the Java Swing Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages