suppression ajout inutile d'eleve dans la promo dans la promo
This commit is contained in:
parent
59b999bb9c
commit
7434386e23
@ -96,6 +96,7 @@ public class ObservateurModifGroupe implements ActionListener{
|
|||||||
if(JOptionPane.showConfirmDialog(m.getFenetre(), new JScrollPane(myPanel), "Selectionner les étudiant a ajouter", JOptionPane.OK_CANCEL_OPTION) ==JOptionPane.YES_OPTION){
|
if(JOptionPane.showConfirmDialog(m.getFenetre(), new JScrollPane(myPanel), "Selectionner les étudiant a ajouter", JOptionPane.OK_CANCEL_OPTION) ==JOptionPane.YES_OPTION){
|
||||||
if(this.groupe.getMax()<this.groupe.getEtudiants().size()+ajout.size()){
|
if(this.groupe.getMax()<this.groupe.getEtudiants().size()+ajout.size()){
|
||||||
JOptionPane.showMessageDialog(m.getFenetre(), "Il y a trop d'etudiant pour le groupe", "erreur", JOptionPane.ERROR_MESSAGE);
|
JOptionPane.showMessageDialog(m.getFenetre(), "Il y a trop d'etudiant pour le groupe", "erreur", JOptionPane.ERROR_MESSAGE);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
for(Etudiant et:ajout){
|
for(Etudiant et:ajout){
|
||||||
m.addEtudiant(this.groupe, et);
|
m.addEtudiant(this.groupe, et);
|
||||||
|
Loading…
Reference in New Issue
Block a user