secondPhoneLabel.setText("Fone 2:");
secondPhoneLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
secondPhoneText = new Text(group, SWT.BORDER);
secondPhoneText.setText((gd.get("secondphone") == null) ? "" : gd.get("secondphone").toString());
new PhoneMask(secondPhoneText);
secondPhoneText.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
}