This commit is contained in:
2022-01-31 12:42:31 +01:00
parent 2fbf3895c5
commit 8c3925ea1a
8 changed files with 175 additions and 136 deletions

View File

@@ -8,7 +8,7 @@
<?import com.jfoenix.controls.*?>
<GridPane fx:id="mainGrid" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="main.CreateEventController">
fx:controller="events.CreateEventController">
<columnConstraints>
<ColumnConstraints/>

View File

@@ -8,7 +8,7 @@
<?import com.jfoenix.controls.*?>
<GridPane fx:id="mainGrid" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="main.EditEventController">
fx:controller="events.EditEventController">
<columnConstraints>
<ColumnConstraints/>