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