responsableRGLabel.setLayoutData(data);
}
private void createResponsableCPFText() {
responsableCPFText = new Text(mainComposite, SWT.SINGLE | SWT.BORDER);
new CPFMask(responsableCPFText);
FormData data = new FormData();
data.top = new FormAttachment(responsableCPFLabel, 1);
data.left = new FormAttachment(responsableRelationCombo, 5);
data.right = new FormAttachment(45, 0);