responsableRelationLabel.setLayoutData(data);
}
private void createResponsablePhoneText() {
responsablePhoneText = new Text(mainComposite, SWT.SINGLE | SWT.BORDER);
new PhoneMask(responsablePhoneText);
FormData data = new FormData();
data.top = new FormAttachment(responsablePhoneLabel, 1);
data.left = new FormAttachment(responsableNameText, 6);
data.right = new FormAttachment(60, 0);