initializeDeckViewer();
}
private void createBannerGroup() {
bannerGroup = new PGroup(top, SWT.V_SCROLL | SWT.NO_FOCUS);
GridData gridData = new GridData();
gridData.grabExcessHorizontalSpace = true;
gridData.horizontalAlignment = org.eclipse.swt.layout.GridData.FILL;
bannerGroup.setLayoutData(gridData);