Skip to content

Kusuma-01/DigitalClockJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DigitalClockJava

This project is a Digital Clock built using Core Java and Swing. It displays the current time and date in a GUI window and includes a simple alarm feature.

Features

  1. Real-time digital clock (hh:mm:ss AM/PM format).
  2. Displays the current date (Day, dd MMM yyyy).
  3. Alarm functionality with pop-up notification.

Tools & Technologies

  • Language: Java (Core Java)
  • GUI Framework: Swing
  • Date/Time: java.text.SimpleDateFormat
  • Timer: javax.swing.Timer

How to Run

  1. Compile the files: javac DigitalClock.java Alarm.java
  2. Run the main program: java DigitalClock

Future Enhancements

  • Add multiple alarms.
  • Add custom themes.
  • Integrate sound alerts.

Author: Kusuma Adari

About

It is a small java application of a digital clock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages