}));
tabs.add("Contributors", new TabPlaceHolder(RES.get("contributors.desc"),
new Callable<JComponent>() {
public JComponent call() throws Exception {
return new ContributorsPanel(project);
}
}));
tabs.add("SCM", new TabPlaceHolder(RES.get("scm.desc"),
new Callable<JComponent>() {