mirror of
https://github.com/jlengrand/worldclock.git
synced 2026-03-10 08:41:17 +00:00
688 B
688 B
World Clock - A JavaFX World Clock
Welcome to the World Clock application! This project is for a series of blog entries at https://foojay.io
- https://foojay.io/today/creating-a-javafx-world-clock-from-scratch-part-1
- https://foojay.io/today/creating-a-javafx-world-clock-from-scratch-part-2
This is a standard Maven JavaFX modular (JPMS) application.
Requirements:
- Maven 3.6.3 or greater
- Java 15+
Run World Clock
$ mvn clean javafx:run

