484950515253545556575859
} catch (Exception e1) { e1.printStackTrace(); } } JDialog parent = new JDialog(); StartWizard wizard = new StartWizard(); wizard.showWizard(parent, "Stop Motion Capture", true); new Thread(){ @Override public void run(){ GUIBuilder.buildGUI(); }