M626
Programmer
- Mar 13, 2002
- 299
I have this case and I need to generate random numbers to displays at various places on the applet. Can anyone help?
case 2:
g.drawRect( 1 + i * 10, 10 + i * 10,
50 + i * 10, 50 + i * 10 );
break; // done processing case
case 2:
g.drawRect( 1 + i * 10, 10 + i * 10,
50 + i * 10, 50 + i * 10 );
break; // done processing case