}
private void init() {
initDefaultDataSet();
reportService = new DefaultReportServiceImpl();
reports = reportService.getAvailableReportContexts();
reportsList = new JComboBox(reports.keySet().toArray());
reportsList.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent actionEvent) {