Feat/ui switch lobby game #222
-6
@@ -93,12 +93,6 @@ public class TaskbarController {
|
|||||||
processBet();
|
processBet();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Wird aufgerufen, wenn der Exit-Button in der Taskleiste gedrückt wird.
|
|
||||||
*
|
|
||||||
* <p>TODO: Logik implementieren, um zur Lobby zurückzukehren, ohne die gesamte Anwendung zu
|
|
||||||
* schließen (kein System.exit/Platform.exit).
|
|
||||||
*/
|
|
||||||
@FXML
|
@FXML
|
||||||
private void onExitButtonClick() {
|
private void onExitButtonClick() {
|
||||||
javafx.application.Platform.runLater(
|
javafx.application.Platform.runLater(
|
||||||
|
|||||||
Reference in New Issue
Block a user