public class Start { public static void main(String[] args) { FenetreInit une_fenetre = new FenetreInit(); une_fenetre.Initialisation(); } }