}
GUISaveState.loadInstance();
try {
FindBugsLayoutManagerFactory factory = new FindBugsLayoutManagerFactory(SplitLayout.class.getName());
MainFrame.makeInstance(factory);
MainFrame instance = MainFrame.getInstance();
instance.waitUntilReady();
instance.openBugCollection(bugs);
} catch (RuntimeException e) {
throw e;
} catch (Exception e) {
throw new RuntimeException(e);
}