Ich möchte Bühnenereignisse (dh Verstecken) aus meiner Controller-Klasse behandeln. Alles was ich tun muss, ist einen Listener über hinzuzufügen ((Stage)myPane.getScene().getWindow()).setOn*whatIwant*(...); Das Problem ist jedoch, dass die Initialisierung direkt danach beginnt Parent root = FXMLLoader.load(getClass().getResource("MyGui.fxml")); und davor Scene scene = new Scene(root); stage.setScene(scene); Daher gibt .getScene () null zurück. Die einzige …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.