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?
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
Post a Comment