686970717273747576
proposition = new MMboule[nbrecolonne]; Random r = new Random(); chargement(); je = new PartieDAO(); je.save(this); }
227228229230231232233234235
return j; } public synchronized void setJ(Joueur j) { System.out.println("ici plante?" + this.numeropartie); je = new PartieDAO(); this.j = j; je.update(this); }
234235236237238239240241
je.update(this); } public synchronized void update() { System.out.println("ici plante?" + this.numeropartie); je = new PartieDAO(); je.update(this); }