Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.4 KB

File metadata and controls

52 lines (42 loc) · 1.4 KB

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