11 lines
164 B
Java
11 lines
164 B
Java
public class GalerieTest {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
AppGalerie test = new Galerie();
|
|
|
|
test.setVisible(true);
|
|
}
|
|
}
|