Explain the Java coordinate system for graphic objects.

What will be an ideal response?

When drawing objects on the screen, Java places the origin point (0,0 ) at the upper-left corner of the screen. The x-coordinate, also called the horizontal coordinate, is positive and increasing to the right. The y-coordinate, also called the vertical coordinate, is also positive buy increases in the downward direction. Points are measured as pixels.

Computer Science & Information Technology

You might also like to view...

To produce the current date, the ________ is used in Access which is equivalent to the TODAY function in Excel

Fill in the blank(s) with correct word

Computer Science & Information Technology

Variables and constants that are declared within a method are called ____ variables.

A. global B. temporary C. static D. local

Computer Science & Information Technology