added todo

This commit is contained in:
Joshua Perry 2023-02-01 20:56:07 +00:00
parent 97db7ccdfc
commit f24fcfc179
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ public class Manager extends Application {
stage.show(); stage.show();
} }
@Override
public void stop() {
//TODO: output report to file
}
public static void setRoot(String fxml) throws IOException { public static void setRoot(String fxml) throws IOException {
scene.setRoot(loadFXML(fxml)); scene.setRoot(loadFXML(fxml));
} }