This commit is contained in:
mimie 2025-04-10 09:42:06 +02:00
parent 31cb44978a
commit 3faf48a18f
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ public class Main {
// launches graphical interface :
MyInterface mjf = new MyInterface();
mjf.setVisible(true);
System.out.println("Hello");
}
}