This commit is contained in:
_N0x 2021-02-13 02:24:05 +01:00
parent 4f30dd8dcd
commit 6c6d613bda
2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
Alert alert = new Alert(Alert.AlertType.ERROR);
alert.setTitle("File not found");
alert.setContentText("File could not be located");
alert.showAndWait().ifPresent(rs -> {
if (rs == ButtonType.OK) {
System.out.println("Pressed OK.");
}
});

View File

@ -1,8 +0,0 @@
Alert alert = new Alert(Alert.AlertType.ERROR);
alert.setTitle("File not found");
alert.setContentText("File could not be located");
alert.showAndWait().ifPresent(rs -> {
if (rs == ButtonType.OK) {
System.out.println("Pressed OK.");
}
});