When the alert is opened, this minimized the main window, displays the alert, when I close the alert, returns to the main window. It is possible that the alert is displayed above the main window ?? Thanks.
Alert alert = new Alert(Alert.AlertType.INFORMATION);
alert.setTitle("Information Dialog");
alert.setTitle("Information Dialog");
alert.setHeaderText("Look, an Information Dialog");
alert.show();
Thanks.