133134135136137138139140141
})); tabs.add("Reports", new TabPlaceHolder(RES.get("reports.desc"), new Callable<JComponent>() { public JComponent call() throws Exception { return new ReportsPanel(project); } })); }