FormLayout layout = new FormLayout();
photoInfo.setLayout(layout);
}
private void createPersonalInfo() {
personalInfo = new PersonalGroup(personalPage, SWT.NULL, this);
personalInfo.display();
personalInfo.setLayout(new FormLayout());
FormData data = new FormData();
data.top = new FormAttachment(0, 1);