if (qualanalysisService.isWorkflowNet()) {
// create "correct"-icon
correctness = new JLabel(Messages.getImageIcon(CORRECT_ICON));
} else {
// create workflow-page with further information
WorkflowPage workflowPage = new WorkflowPage(this, sideBar);
status = false;
// create "incorrect"-icon
correctness = new JLabel(Messages.getImageIcon(INCORRECT_ICON));
// add detail-button
JLabel workflowDetails = new JLabel(Messages.getImageIcon(DETAILS_ICON));