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