()
| 80 | fieldBox.io = new IO(workspace); |
| 81 | fieldBox.io.addFilespec("code", IO.EXECUTION, IO.EXECUTION); |
| 82 | |
| 83 | new Open(Options.getString("file", () -> "testIB.field2")); |
| 84 | |
| 85 | // SplashScreen splash = SplashScreen.getSplashScreen(); |
| 86 | // if (splash != null) |
| 87 | // splash.close(); |
| 88 | |
| 89 | fieldBox.go(); |