From ff0ad5968cddddb5d81ecbf22c19eefae0f07c91 Mon Sep 17 00:00:00 2001 From: Balthazar SQUINABOL Date: Wed, 10 Apr 2024 16:29:05 +0200 Subject: [PATCH] Actualiser src/windowInterface/MyInterface.java --- src/windowInterface/MyInterface.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windowInterface/MyInterface.java b/src/windowInterface/MyInterface.java index f506362..34c46c0 100644 --- a/src/windowInterface/MyInterface.java +++ b/src/windowInterface/MyInterface.java @@ -393,6 +393,7 @@ public class MyInterface extends JFrame { } public void update (int stepCount) { + System.out.println("update called"); this.setStepBanner("Step : "+ stepCount); this.repaint(); }