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.
- Real-time digital clock (hh:mm:ss AM/PM format).
- Displays the current date (Day, dd MMM yyyy).
- Alarm functionality with pop-up notification.
- Language: Java (Core Java)
- GUI Framework: Swing
- Date/Time: java.text.SimpleDateFormat
- Timer: javax.swing.Timer
- Compile the files: javac DigitalClock.java Alarm.java
- Run the main program: java DigitalClock
- Add multiple alarms.
- Add custom themes.
- Integrate sound alerts.
Author: Kusuma Adari