nameField = new NameField();
nameField.setEnabled(false);
nameField.setSelectAllWhenFocused(true);
inputPanel.addInputField(nameField, nameField, nameField);
descriptionAction = new DescriptionAction();
memberList = new GroupMemberList();
memberList.setDropEnabled(true);
addMemberAction = new AddMemberAction();
removeMemberAction = new RemoveGroupMemberAction(getMemberSelectionSource(),
Strings.get("User.GroupDetails.Remove"));
inputPanel.setSendInputChangeEvents(true);