public class galerie { public static void main(String[] args) { fenetre boum = new fenetre(); boum.setVisible(true); } }