Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 849 Bytes

File metadata and controls

17 lines (12 loc) · 849 Bytes

Simple Digital Watch written in Java

The aim of this program is to display the current running time in digital format using Java swing and awt libraries. The output of this program open as new window which shows the current time and time-period(AM/PM).

Libraries Used:

Usage:

>> javac DigitalWatch.java

>> java DigitalWatch

A window pops up showing the digital watch.

Output: