_configuration = configuration;
_job = job;
_jobFilename = jobFilename;
_rendererFactory = new RendererFactory(configuration.getDescriptorProvider(), rendererInitializerProvider.get());
_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);