Skip to content

Commit 7514773

Browse files
lgajosOgefest
authored andcommitted
code cleanup
1 parent 1dbf2dc commit 7514773

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

src/main/java/notepack/MainViewGuiAction.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,4 @@ public void closeCurrentNote() {
5959

6060
}
6161

62-
// public void newNotepad() {
63-
// FXMLLoader fxmlLoader = new FXMLLoader();
64-
// fxmlLoader.setLocation(getClass().getResource("NotepadCreate.fxml"));
65-
//
66-
// Scene scene;
67-
// try {
68-
// Parent root = fxmlLoader.load();
69-
//
70-
// NotepadCreateController ctrl = (NotepadCreateController) fxmlLoader.getController();
71-
// ctrl.setNotepadCreateCallback(new NotepadCreateCallback() {
72-
// @Override
73-
// public void ready(Notepad notepad) {
74-
// app.openNotepad(notepad);
75-
// }
76-
// });
77-
//
78-
// scene = new Scene(root);
79-
// Stage stage = new Stage();
80-
// stage.setTitle("Add new notepad");
81-
// stage.setScene(scene);
82-
// stage.show();
83-
//
84-
// } catch (IOException ex) {
85-
// Logger.getLogger(MainViewController.class.getName()).log(Level.SEVERE, null, ex);
86-
// }
87-
// }
88-
8962
}

0 commit comments

Comments
 (0)