import javax.swing.JPanel; public class Exporter { private int[] infos_grille; private JPanel[][] composanteGrille; private FenetreRndmGrille cetteFrg; private int Taille; public Exporter(FenetreRndmGrille uneFrg){ this.cetteFrg = uneFrg; } public void jsp(){ this.infos_grille=this.cetteFrg.get_info(); this.Taille=this.infos_grille[0]; this.composanteGrille=this.cetteFrg.getGrille(); for(int i=0; i