434445464748495051
public ScheduleEditorWizardPanel( final AbstractWizardDialog.ScheduleDialogType type ) { super(); scheduleEditor = new ScheduleEditor( type ); scheduleEditorValidator = new ScheduleEditorValidator( scheduleEditor ); init(); layout(); }