2122232425262728293031
@BeforeClass public static void startApp() throws InterruptedException { try { scene = new SceneDock(); menuBar = new MenuBarDock(scene.asParent()); } catch(Throwable t ) { t.printStackTrace(); } }