fix: scene Change
This commit is contained in:
parent
681f039b5c
commit
e87c7b480a
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user