}catch(final Exception e) { BadaboomCollector.INSTANCE.add(e); }
}
private void createContributorsPanel(final JTabbedPane tabbedPane) {
try {
final JEditorPane editorPane = new JEditorPane();
setTextToEditorPane(editorPane, "/res/contributors.txt");//$NON-NLS-1$
initEditorPane(editorPane);
tabbedPane.add(LangTool.INSTANCE.getStringDialogFrame("About.2"), new JScrollPane(editorPane)); //$NON-NLS-1$
editorPane.setCaretPosition(0);
}catch(final Exception e) { BadaboomCollector.INSTANCE.add(e); }
}