TP04 from DEV3.1

This commit is contained in:
2025-12-05 10:39:15 +01:00
parent ef6ca77dc6
commit cd5f593c57
10 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package fr.nathanbaudrier;
public class Main {
public static void main(String[] args) {
ImageWindow window = new ImageWindow();
window.setVisible(true);
}
}