super(name);
if (this.testFrame == null) { this.testFrame = new JFrame("Test"); } return this.testFrame;
if (this.testFrame != null) { this.testFrame.dispose(); this.testFrame = null; }
if (!SwingUtilities.isEventDispatchThread()) { try { SwingUtilities.invokeAndWait(new Runnable() { public void run() { } }); } catch (InterruptedException e) { } catch (InvocationTargetException e) { } }