Skip to content

A simple calendar with one wish event feature that send wishing message to the person on set time.

Notifications You must be signed in to change notification settings

sksarojkumar/CalendarApp

Repository files navigation

CalenderApp

A GUI Application that show Calender with some features. In this app we can add Events (like Birthday, Anniversary) and on that date your saved Message sent to that person automatically or you can also send by yourself.

Prerequisite

You need to install following software:

  • Java 7
  • Oracle 10g database
    and create a One table named:
  1. EventList (for save your events)
EventId    Number,
Name       Varchar2,
EventName  Varchar2,
EventDate  Date,
Email      Varchar2,
Msg        Varchar2

ScreenShorts

  • Calendar:

Calendar

  • Event Add Frame:

Event Frame

Build With:

  • Swing Framework
  • Thread
  • JavaMail API

About

A simple calendar with one wish event feature that send wishing message to the person on set time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages