Childview & Elternmenue hinzugefügt

This commit is contained in:
2023-01-31 15:38:08 +01:00
parent 8927755462
commit 72c2e9da16
4 changed files with 161 additions and 323 deletions

View File

@@ -17,9 +17,8 @@ import java.io.IOException;
public class MenueController {
@FXML
private void onBtLoginClick(){
Alert alert = new Alert(Alert.AlertType.ERROR, "Hi");
alert.showAndWait();
private void setButtonActive(){
}
}