This commit is contained in:
2022-11-16 14:59:56 +01:00
parent a444123b99
commit 4b6321d9b8
3 changed files with 16 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ public class FenetreGroupe extends JPanel{
else{this.setLayout(new GridLayout(7, 1));}
JPanel tache=new JPanel(new GridLayout(1,taille));
if(g.getType()!=TypeGroupe.ROOT){
JButton bout=new JButton("<-");
JButton bout=new JButton(g.getPointPoint().getName());
bout.addActionListener(new ObservateurChangeGroupe(m, this.g.getPointPoint()));
tache.add(bout);
}