package projet; public class Program { public static void main (String[] args) { Fenetre fene=new Fenetre(); new Progfen(fene);} }