data.right = new FormAttachment(100, -25);
nameText.setLayoutData(data);
nameText.setFocus();
new PersonTableCompletation(nameText, area.getComponentsComposite(), this);
nameText.addFocusListener(new RequiredWhenLostFocus(nameText, RequiredWhenLostFocus.ERROR_REQUIRED_NAME, screenMessageLabel));
}