feat/kindErstellen #9

Merged
PBS2H21ASH merged 23 commits from feat/kindErstellen into stable 2023-02-05 20:40:12 +01:00
Showing only changes of commit e87c7b480a - Show all commits

View File

@ -93,8 +93,6 @@ public class SingUpController {
@FXML @FXML
private void onAnmeldenBtClick() throws IOException { private void onAnmeldenBtClick() throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(StartViewApplication.class.getResource("login-view.fxml")); StartViewApplication.changeScene("login-view.fxml");
Scene scene = new Scene(fxmlLoader.load(), 950,480);
StartViewApplication.primary.setScene(scene);
} }
} }