}));
tabs.add("Source Code", new TabPlaceHolder(RES.get("src.desc"),
new Callable<JComponent>() {
public JComponent call() throws Exception {
return new SourcesPanel(project);
}
}));
tabs.add("Testing", new TabPlaceHolder(RES.get("testing.desc"),
new Callable<JComponent>() {