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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -