style: apply Checkstyle fixes

This commit is contained in:
Julian Kropff
2026-03-14 16:48:20 +01:00
parent 9376b1d406
commit 1c5c4c8a34
@@ -1,18 +1,8 @@
package ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui;
// import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
// import javafx.scene.control.TextField;
// import javafx.scene.input.KeyCode;
// import javafx.scene.input.KeyEvent;
// import javafx.scene.input.MouseEvent;
// import javafx.scene.layout.HBox;
// import javafx.scene.layout.AnchorPane;
import javafx.scene.layout.VBox;
// import javafx.stage.Stage;
// import javafx.scene.Scene;
// import javafx.scene.web.WebView;
/**
* Controller für die Casino-Spielfläche.
@@ -32,7 +22,8 @@ public class CasinoGameController {
@FXML private Label welcomeText;
@FXML private VBox casinoTable;
// TODO: Test-Logik: wird durch echte Spielinteraktionen ersetzt, sobald die GameEngine fertig ist
// TODO: Test-Logik: wird durch echte Spielinteraktionen ersetzt,
// sobald die GameEngine fertig ist
@FXML
public void onTableClick() {
welcomeText.setText("Einsatz akzeptiert!");