From 3999f6a2e249f84b8143c7e5366558b07427cc43 Mon Sep 17 00:00:00 2001 From: Ziedelth Date: Mon, 22 Nov 2021 15:28:38 +0100 Subject: [PATCH] Add JavaFX --- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/pom.xml b/pom.xml index 1511c0a..c8f2162 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,65 @@ 17 17 + UTF-8 + 5.7.1 + + + org.openjfx + javafx-controls + 17.0.0.1 + + + org.openjfx + javafx-fxml + 17.0.0.1 + + + org.kordamp.bootstrapfx + bootstrapfx-core + 0.4.0 + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.openjfx + javafx-maven-plugin + 0.0.7 + + + + default-cli + + fr.watteau.javafx_demo/fr.watteau.javafx_demo.HelloApplication + + + + + + \ No newline at end of file