Exemplo n.º 1
0
 private void draw() {
   Draw draw = new Draw();
   while (draw.performStep()) ;
 }