_progressInformationPanel = new ProgressInformationPanel();
_tabbedPane.addTab("Progress information", imageManager.getImageIcon("images/model/progress_information.png"),
_progressInformationPanel);
_tabbedPane.setUnclosableTab(0);
_worker = new AnalysisRunnerSwingWorker(_configuration, _job, this, _progressInformationPanel);
_progressInformationPanel.addStopActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
_worker.cancelIfRunning();