ok
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user