M1=new Man();
for (col=0; col< 500; col+=50) for (row=0; row <400; row+=100) { M1.drawMan(col,row); // at the moment we simply supply //M1.drawMan(150,150); // parameters for position, but could //M1.drawMan(220,75); // adapt to include size & colour }