A tiny timer for managing time
A tiny timer for watching children created by JavaFX and Kotlin. This program measure how long children playing game or something in PC. This program runs 3 billion computers because of JVM.
-
You can build the project by gradle.
git clone https://github.com/clockvoid/ChildClock.git cd childclock gradle build
and make executable jar.
gradle makeExecutableJar
now, your binary exists in
built/libs
namedchildclock.jar
. -
Download Jar from GitHub releases
See Releases!
-
Using Gradle
gradle run
-
Using Java command
Before this, you have to make executable Jar.
java -jar childclock.jar
-
Double click executable Jar(Only on Windows)