Add: Lobby display in lobby GUI with placeholder functions.

This commit is contained in:
Jona Walpert
2026-03-12 15:25:18 +01:00
parent d414c27ff2
commit d2407d61f4
6 changed files with 292 additions and 11 deletions
@@ -68,6 +68,18 @@
<Insets top="20" left="20" />
</GridPane.margin>
</Button>
<Button text="Lobby erstellen"
styleClass="button-create-lobby"
fx:id="createLobbyButton"
onAction="#handleCreateLobbyButton"
GridPane.rowIndex="0"
GridPane.columnIndex="0"
GridPane.halignment="LEFT"
GridPane.valignment="TOP">
<GridPane.margin>
<Insets top="60" left="20" />
</GridPane.margin>
</Button>
<VBox fx:id="casinoTable"
alignment="CENTER"