*/
private void buildControls() {
super.setLayout(new GridLayout());
baseComposite = new Composite(this, SWT.EMBEDDED);
baseComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
stackLayout = new StackLayout();
stackLayout.marginHeight = -5;
stackLayout.marginWidth = -5;
baseComposite.setLayout(stackLayout);
baseComposite.setBackground(this.getParent().getBackground());