this.newStarNotifier.addListener(this.modelDialog
.createNewStarListener());
this.modelCreationNotifier.addListener(this.modelDialog
.createModelCreationListener());
this.phaseDialog = new PhaseDialog();
this.newStarNotifier.addListener(this.phaseDialog
.createNewStarListener());
this.phaseChangeNotifier.addListener(this.phaseDialog
.createPhaseChangeListener());