https://github.com/aman7123/clock
A clock application that I made to solve the problem where prior to Windows 10 if you had multiple monitors it only showed the Time and Date on the main monitor.
https://github.com/aman7123/clock
clock java tutorial-code
Last synced: 3 months ago
JSON representation
A clock application that I made to solve the problem where prior to Windows 10 if you had multiple monitors it only showed the Time and Date on the main monitor.
- Host: GitHub
- URL: https://github.com/aman7123/clock
- Owner: Aman7123
- License: gpl-3.0
- Created: 2018-08-07T01:12:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T11:33:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T02:29:03.950Z (5 months ago)
- Topics: clock, java, tutorial-code
- Language: Java
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clock
===============
A clock application that I made to solve the problem where prior to Windows 10 if you had multiple monitors it only showed the Time and Date on the main monitor. If you are a gamer or use fullscreen applications you cant access the clock easily or without switching window focus.My clock application has the following features:
==================
* A XML file generator and parser that lets your preferances be saved.
* Carful attention to detail including the promise that on the last second of the year if the clock is open the year will properly update.
* An auto-update feature if I every update this in the future.
IMPORTANT!! :
* An IP and computer spec collector that is logged to my database. HOWEVER the server nor that ip address are in my possession anymore.Dependencies
============
* [json-simple](https://code.google.com/archive/p/json-simple/ "json-simple") (The version I originally used is 1.1.1)
* [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/ "commons-codec") (The version I originally used is 1.9)