Actualiser src/windowInterface/MyInterface.java
This commit is contained in:
parent
5367724a2b
commit
ff0ad5968c
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue