Chore: fix long line class paths in fxml files by using imports

Refs #122
This commit is contained in:
Jona Walpert
2026-04-22 14:18:50 +02:00
parent 028c3adb0d
commit 30067bd69b
6 changed files with 12 additions and 7 deletions
@@ -4,11 +4,12 @@
<?import javafx.scene.layout.*?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.image.*?>
<?import ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.CasinoGameController?>
<!-- Main container: Links the UI to the CasinoGameController and loads Casinogameui.css -->
<AnchorPane xmlns="http://javafx.com/javafx/21"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui.CasinoGameController"
fx:controller="CasinoGameController"
styleClass="background"
stylesheets="@Casinogameui.css">