()
| 372 | //Frame frame = new DummyFrame(); |
| 373 | new Thread(new Runnable() { |
| 374 | public void run() { |
| 375 | Application.launch(PApplicationFX.class); |
| 376 | } |
| 377 | }).start(); |
| 378 | |
| 379 | // wait for stage to be initialized on its own thread before continuing |
nothing calls this directly
no test coverage detected