supression panel inutile

This commit is contained in:
2022-12-08 12:13:41 +01:00
parent 80964b9489
commit ac30b64a31
6 changed files with 0 additions and 33 deletions

View File

@@ -56,11 +56,7 @@ public class ModelRoot implements Model{
this.fenetre.setVisible(true);
if(this.promo.getPromotion()==null){
this.changement=null;
this.fenGr=new FenetreGroupe(null, this);
this.fenEtu=new FenetreEtudiant(null, this);
}else{
this.fenGr=new FenetreGroupe(this.promo.getPromotion(), this);
this.fenEtu=new FenetreEtudiant(this.promo.getPromotion(), this);
this.changement=new AbstractChangementFactoryPersistant(this.promo, this.fenetre);
}
if(this.promo.getPromotion()!=null){