style: apply Checkstyle fixes
This commit is contained in:
+2
-11
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user