data.right = new FormAttachment(100, 0);
comercialInfo.setLayoutData(data);
}
private void createResponsableDataGroup() {
responsableInfo = new ResponsableGroup(otherInfoPage, SWT.NONE, this);
responsableInfo.display();
FormData data = new FormData();
data.top = new FormAttachment(comercialInfo, 1);
data.left = new FormAttachment(0, 0);