public class GalerieTest { public static void main(String[] args) { Galerie test = new Galerie(); test.setVisible(true); } }