Welcome to my Digital Clock project! This is a simple Java Swing application that displays the current date and time using a digital clock. It was created as part of my learning journey in Java.
- JFrame: Utilized to create the main window of the application.
- GridLayout: Used to arrange components in a 2x1 grid layout.
- Timer: Updates the clock every second to show the current date and time.
- YouTube Tutorial: Helpful video guide for getting started with Java Swing.
- GeeksforGeeks - JFrame: Comprehensive resource on using
JFrame. - Oracle Documentation - JFrame: Official documentation for
JFrame.
- Thanks to the YouTube tutorial for guiding me through the process of creating a Swing application.
- Special thanks to GeeksforGeeks and Oracle Documentation for the detailed information on
JFrame.
Feel free to explore the project and provide feedback!