diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e0f15db --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file diff --git a/bin/main/images/backround.png b/bin/main/images/backround.png new file mode 100644 index 0000000..e5e1841 Binary files /dev/null and b/bin/main/images/backround.png differ diff --git a/bin/main/images/logo.png b/bin/main/images/logo.png new file mode 100644 index 0000000..e906bd4 Binary files /dev/null and b/bin/main/images/logo.png differ diff --git a/bin/main/images/logoinverted.png b/bin/main/images/logoinverted.png new file mode 100644 index 0000000..73053b6 Binary files /dev/null and b/bin/main/images/logoinverted.png differ diff --git a/build.gradle b/build.gradle index ca3f72c..99a402a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { javafx { version = "25.0.2" - modules = ['javafx.controls', 'javafx.fxml', 'javafx.base'] + modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.graphics', 'javafx.web'] } dependencies {