Actualiser src/windowInterface/MyInterface.java

This commit is contained in:
Balthazar SQUINABOL 2024-04-10 16:29:05 +02:00
parent 5367724a2b
commit ff0ad5968c
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}