* Constructor.
*/
public StarGroupManagementPane() {
defaultGroupName = PropertiesAccessor.getStarListTitle();
starGroupSelectionPane = new StarGroupSelectionPane(null);
starGroups = starGroupSelectionPane.getStarGroups();
newGroupDialog = new NewGroupDialog();
newStarDialog = new NewStarDialog();
newGroupWithStarsDialog = new NewGroupWithStarsDialog();