jpanel - Java - Reading coordinates -


g.drawrect(30, 50, 30, 30); g.filloval(30, 90, 30, 30); 

=
g.drawrect(x, y, width, length); g.filloval(x, y, width, length);

is correct? how need understand these numbers/coordinates?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -