Skip to content
Snippets Groups Projects
Commit 5f518b89 authored by CHEVALIER Noemy's avatar CHEVALIER Noemy
Browse files

Suppression du bouton, et mise à jour des condictions

parent 1e5df7c5
No related branches found
No related tags found
No related merge requests found
......@@ -219,16 +219,11 @@ public class ShukanController
data.toggleCursus(false);
student.changeStudentHeight(95);
canvas.repaint();
}
else if (e.getSource() == bar.buttons[7])
{
data.toggleCursus(true);
canvas.repaint();
}
//if (data.followRight ()) canvas.repaint ();
else if (e.getSource()==bar.buttons[8])
else if (e.getSource()==bar.buttons[7])
new ShukanTex (data);
else if (e.getSource()==bar.buttons[9]){
else if (e.getSource()==bar.buttons[8]){
EventQueue.invokeLater(() -> {
ShukanParameters myParameters = new ShukanParameters("Changer de thème", canvas);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment