Starting Window

This commit is contained in:
2023-02-25 13:55:35 +01:00
parent 15fe864d5a
commit 4055f12fba
4 changed files with 34 additions and 18 deletions

View File

@ -27,7 +27,7 @@ dependencies {
application {
// Define the main class for the application.
mainClass = 'school_project.App'
mainClass = 'school_project.Controller'
}
javafx {