public class Main { public static void mmain(String[] args) { Fenetre fenetre = new Fenetre(); fenetre.setVisible(true); } }