Feat/game-ui #180
+5
-13
@@ -1,4 +1,4 @@
|
|||||||
package ch.unibas.dmi.dbis.cs108.casono.client.ui.lobbyui;
|
package ch.unibas.dmi.dbis.cs108.casono.client.ui.gameui;
|
||||||
|
|
||||||
// import javafx.application.Platform;
|
// import javafx.application.Platform;
|
||||||
import javafx.fxml.FXML;
|
import javafx.fxml.FXML;
|
||||||
@@ -23,12 +23,11 @@ import javafx.scene.layout.VBox;
|
|||||||
* - die Schnittstelle zur GameEngine und zum Netzwerkprotokoll.
|
* - die Schnittstelle zur GameEngine und zum Netzwerkprotokoll.
|
||||||
*
|
*
|
||||||
* Hinweise:
|
* Hinweise:
|
||||||
* - Die Methode `onTableClick()` dient aktuell als Test-Logik und wird später
|
* - Die Methode `onTableClick()` dient aktuell nur als Test-Logik.
|
||||||
* durch echte Spielinteraktionen ersetzt.
|
* Sie ist ggf. nicht mehr funktionsfähig und wird zukünftig
|
||||||
* - Die Browserfunktion (`onBrowserButtonClick()`) ist geplant, um ein
|
* durch die finale Spielinteraktion ersetzt.
|
||||||
* integriertes Hilfetool für Regeln oder Support bereitzustellen.
|
|
||||||
*/
|
*/
|
||||||
public class Casinogamecontroller {
|
public class CasinoGameController {
|
||||||
|
|
||||||
@FXML private Label welcomeText;
|
@FXML private Label welcomeText;
|
||||||
@FXML private VBox casinoTable;
|
@FXML private VBox casinoTable;
|
||||||
@@ -38,11 +37,4 @@ public class Casinogamecontroller {
|
|||||||
public void onTableClick() {
|
public void onTableClick() {
|
||||||
welcomeText.setText("Einsatz akzeptiert!");
|
welcomeText.setText("Einsatz akzeptiert!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Implementierung des Casono-Browsers.
|
|
||||||
// Dient als integriertes Hilfe-Tool bei technischen Problemen oder Regelfragen
|
|
||||||
// und wird vervollständigt, sobald die Support-Inhalte bereitstehen.
|
|
||||||
// @FXML
|
|
||||||
// private void onBrowserButtonClick() {
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user