mohitsainiknl / Java-Clock

This is an "Analog Clock", which is developed in JavaSE with Swing framework, for beginners in java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-Clock

Give a ⭐ if you like it!

Screenshot of Java-Clock

Overview :

Java-Clock is a project of an Analog Clock. This clock has transparent backgound (or we can say transparent JFrame), which is achieved with setUndecorated and setOpaque methods set to the JFrame and its component. Moreover a new title bar is created with a responsive close JButton. All these will help new Java learner to make a custom JFrame.



Technical Details :

  • Full Setup Size : 3.19 MB
  • Programming Language : Java (JavaSE)
  • Framework Used : AWT and Swing



System Requirements :

  • Operating System : Any (Platform Independent)
  • JRE version : 8.0 or higher
  • Development Environment : VS Code, Eclipse, IntelliJ IDEA (recommended)

Note :- Image in application works properly in IntelliJ IDEA.




Downloads :

1. Entire Repository

https://github.com/mohitsainiknl/Java-Clock/archive/refs/heads/master.zip

2. JAR File (Executable)

https://github.com/mohitsainiknl/Java-Clock/blob/master/publish/Java-Clock.jar

3. .exe File for Windows (not independent, require JRE to run)

https://github.com/mohitsainiknl/Java-Clock/blob/master/publish/Java-Clock.exe



"Suggestions and project Improvements are Invited!"
Thanks a lot
Mohit Saini

About

This is an "Analog Clock", which is developed in JavaSE with Swing framework, for beginners in java.

License:MIT License


Languages

Language:Java 100.0%