Fix: Chat implementation completed

This commit is contained in:
Julian Kropff
2026-04-13 01:44:18 +02:00
parent 44785ee77f
commit 0bf24b9e0f
6 changed files with 45 additions and 21 deletions
@@ -25,8 +25,8 @@
<!-- Eingabebereich -->
<HBox fx:id="controlBar" spacing="10">
<!-- TODO: Größe des TextFields dynamisch anpassen -->
<TextField fx:id="inputField" promptText="Nachricht eingeben..." styleClass="gray-input-field" HBox.hgrow="ALWAYS" />
<Button fx:id="sendButton" styleClass="yellow-button" text="SENDEN" />
<TextField fx:id="inputField" promptText="Enter your message..." styleClass="gray-input-field" HBox.hgrow="ALWAYS" />
<Button fx:id="sendButton" styleClass="yellow-button" text="SEND" />
</HBox>
</children>