Files

11 lines
164 B
Java
Raw Permalink Normal View History

2025-10-23 14:28:03 +02:00
public class GalerieTest {
public static void main(String[] args) {
AppGalerie test = new Galerie();
test.setVisible(true);
}
}