Answer the question
In order to leave comments, you need to log in
How to launch an error window from another thread?
Alert alert = new Alert(Alert.AlertType.ERROR);
alert.setTitle("...");
alert.setHeaderText("...");
alert.setContentText("...");
alert.showAndWait();
Answer the question
In order to leave comments, you need to log in
Well, have you tried googling? The dude has a similar problem, look towards Platform.runLater(...);
stackoverflow.com/questions/22772379/updating-ui-f...
Know that Java is no longer a new language, and there are already answers to all problems that you just need to find
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question