report file made on exit
This commit is contained in:
parent
4d9008fde2
commit
8fc11ec111
|
|
@ -32,7 +32,12 @@ public class Manager extends Application {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void stop() {
|
public void stop() {
|
||||||
//TODO: output report to file
|
try {
|
||||||
|
competitors.createReportFile();
|
||||||
|
}
|
||||||
|
catch (IOException e) {
|
||||||
|
createErrorLog(e, "src/main/resources/com/r0r5chach/log.txt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setRoot(String fxml) throws IOException {
|
public static void setRoot(String fxml) throws IOException {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue