class Systeme { Bille[] table; float lar1,lar2,lon1,lon2,rotz,trax,tray; int nb;float angle,chocx,chocy; public Systeme(int nb) { this.nb = nb; this.angle=0; this.chocx=0; this.chocy=0; this.table =new Bille[nb]; init(); } void init() { lar1=1000;lar2=lar1/2; lon1=1000;lon2=lon1/2; for (int i = 0; i