fd_composite_1.top = new FormAttachment(0, 10);
fd_composite_1.bottom = new FormAttachment(0, 710);
composite_1.setLayoutData(fd_composite_1);
// Create new stack layout that we reference and modify
final StackLayout stackLayout = new StackLayout();
// Set the layout of the composite to the stack layout we just created
composite_1.setLayout(stackLayout);
Composite composite_2 = new Composite(composite, SWT.NONE);