From 6c6d613bda0a53e53d3d977e53964f8a9ddbd0a4 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sat, 13 Feb 2021 02:24:05 +0100 Subject: [PATCH] Cleanup --- out/production/PhotoViewer/note.txt | 8 -------- src/note.txt | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 out/production/PhotoViewer/note.txt delete mode 100644 src/note.txt 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