// ----------------------------------------------------------- Constructors
public StatusListPanel() {
super.setLayout(new BoxLayout(this, BoxLayout.Y_AXIS));
outputViewer = new JobOutputViewer();
add(Box.createVerticalStrut(8));
add(Box.createVerticalGlue());
}