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