soundnessLabel.setBorder(BOTTOM_BORDER);
sgbl.addComponent(analysisPanel, soundnessLabel, 0, 1, 1, 1, 1, 1);
// add soundness info
// create coundness-page with further information
SoundnessPage soundnessPage = new SoundnessPage(this, sideBar);
if (soundnessPage.getWarningStatus()) {
// create "correct"-icon
correctness = new JLabel(Messages.getImageIcon(CORRECT_ICON));
} else {
if (!soundnessPage.getErrorStatus()) {
// create "incorrect"-icon
correctness = new JLabel(Messages.getImageIcon(INCORRECT_ICON));
} else {
// create "warning"-icon
correctness = new JLabel(Messages.getImageIcon(WARNING_ICON));