what does the following parameter in the circle code means
g.drawOval(70,90,200,200);
means what is 70 90 200 200????????
Printable View
what does the following parameter in the circle code means
g.drawOval(70,90,200,200);
means what is 70 90 200 200????????
Did you look at the API? Graphics (Java Platform SE 6)
hey thnxs 4 the reply .....but i want to know what the parameters means for eg in c to draw a circle we need circle (x,y,radius);
this is not the case with java ....i m not getting it plz explain......
& i dont understand ur question??
Click on the link I provided. It describes this method, its parameters, and what it does in detail.