wow le tp là
This commit is contained in:
6
DEV3.1/TP02/01_Galerie/v1/Main.java
Normal file
6
DEV3.1/TP02/01_Galerie/v1/Main.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Fenetre fenetre = new Fenetre();
|
||||
fenetre.setVisible(true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user