first commit
This commit is contained in:
@@ -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