diff --git a/README.md b/README.md index dfe473e..ae87c91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # 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-1 +- https://foojay.io/today/creating-a-javafx-world-clock-from-scratch-part-2 + +![A JavaFX World Clock](https://github.com/carldea/worldclock/blob/main/world-clock-part1_1.png.jpg?raw=true) +![A JavaFX World Clock Config](https://github.com/carldea/worldclock/blob/main/world-clock-part3_1.png.jpg?raw=true) This is a standard Maven JavaFX modular (JPMS) application. diff --git a/world-clock-part1_1.png b/world-clock-part1_1.png new file mode 100644 index 0000000..a76c597 Binary files /dev/null and b/world-clock-part1_1.png differ diff --git a/world-clock-part3_1.png b/world-clock-part3_1.png new file mode 100644 index 0000000..85b712b Binary files /dev/null and b/world-clock-part3_1.png differ