349350351352353354355356357358359360361362363
{ SwingUtilities.invokeAndWait(todo); } catch (InvocationTargetException ex) { throw new BaseRuntimeException(ex); } catch (InterruptedException ex) { throw new BaseRuntimeException(ex); } } } else {
60616263646566676869
{ SwingUtilities.invokeLater(new Runnable() { public void run() { throw new BaseRuntimeException(e); } }); }