import javax.swing.JPanel; public class ExporterFVG { private int[] infos_grille; private JPanel[][] composanteGrille; private FenetreVideGrille cetteFvg; private int Taille; public ExporterFVG(FenetreVideGrille uneFvg){ this.cetteFvg = uneFvg; } protected void jsp(){ this.infos_grille=this.cetteFvg.get_info(); this.Taille=this.infos_grille[0]; this.composanteGrille=this.cetteFvg.getGrille(); for(int i=0; i