diff --git a/src/windowInterface/MyInterface.java b/src/windowInterface/MyInterface.java index c52fe79..d0509ac 100644 --- a/src/windowInterface/MyInterface.java +++ b/src/windowInterface/MyInterface.java @@ -240,7 +240,7 @@ public class MyInterface extends JFrame { mySimu.stopSimu(); // Stop the simulation mySimu.reset(); // Reset the simulation state - panelDraw.repaint(); // Refresh the display + //panelDraw.repaint(); // Refresh the display eraseLabels(); // Reset the labels to their initial state //mySimu.stopSimu();