175176177178179180181182183184185
tet2.setBounds(50, 115, 199, 407); tet2.dessinePlateau(myPlateau); // nextPiece nextPiece.setBounds(360, 200, 60, 60); nextPiece.dessinePiece(np); try{ Thread.sleep(500); }catch(InterruptedException e){} } }