Skip to content

Desktop calendar made with the Java Swing Framework

Notifications You must be signed in to change notification settings

pruthvirb/java-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####### Java Calendar made with the Swing GUI toolkit ######3##

Installation

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

testing

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

Packages

No packages published

Languages

  • Java 100.0%