You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
3
+
4
+
## Libraries Used:
5
+
*[Java Swing](https://www.javatpoint.com/java-swing) - used to create window-based applications, built on the top of AWT API and entirely written in java.
6
+
*[Java AWT(Abstract Windowing Toolkit)](https://www.javatpoint.com/java-awt) - an API to develop GUI or window-based applications in java.
7
+
*[Java Text](http://web.deu.edu.tr/doc/oreily/java/fclass/ch16_js.htm) - used for Date format in this program.
0 commit comments