diff --git a/out/production/PhotoViewer/note.txt b/out/production/PhotoViewer/note.txt deleted file mode 100644 index 27fe7ad..0000000 --- a/out/production/PhotoViewer/note.txt +++ /dev/null @@ -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."); - } - }); \ No newline at end of file diff --git a/src/note.txt b/src/note.txt deleted file mode 100644 index 27fe7ad..0000000 --- a/src/note.txt +++ /dev/null @@ -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."); - } - }); \ No newline at end of file