first commit
This commit is contained in:
10
TP_DEV3.1/Organisation du code/GalerieTest.java
Normal file
10
TP_DEV3.1/Organisation du code/GalerieTest.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class GalerieTest {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
AppGalerie test = new Galerie();
|
||||
|
||||
test.setVisible(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user