pdfThumbnailZapper = new PdfThumbnailZapper();
msp.add(pdfThumbnailZapper.getComponent(), "view");
JComponent labelComponent = null;
try {
LabelStore labelStore = God.archive;
labelList = new LabelList(God.centralLabelLister, labelStore, this);
labelComponent = labelList.getComponent();
} catch (Exception exception) {
LogUtils.log(exception);
labelComponent = new JLabel("Exception in label reading!");