diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9a874b5 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0a79553 --- /dev/null +++ b/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + + your.group.id + your-artifact-id + 1.0-SNAPSHOT + + + UTF-8 + 17 + 17 + 25.0.1 + 6.0.1 + + + + + + org.openjfx + javafx-controls + ${javafx.version} + + + + + org.junit.jupiter + junit-jupiter + ${junit.jupiter.version} + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.4 + + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + your.package.MainApp + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + + \ No newline at end of file diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..9d6a566 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/main/.DS_Store b/src/main/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/src/main/.DS_Store differ