Files
BUT2/TP_DEV3.1/Transitions/GalerieTest.java

11 lines
161 B
Java
Raw Permalink Normal View History

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