public class Test { public static void main(String[] args) { Grille grille=new Grille(4,8,15); new FrameJeu(grille, 15); } }