added todo
This commit is contained in:
parent
97db7ccdfc
commit
f24fcfc179
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue