first commit

This commit is contained in:
2025-10-23 14:28:03 +02:00
commit fb76e22594
81 changed files with 3605 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
public class GalerieTest {
public static void main(String[] args) {
Galerie test = new Galerie();
test.setVisible(true);
}
}