Java Software Solutions >EX2.13 > Solution

Problem:

Compare and contrast a traditional coordinate system and the coordinate system used by Java graphical components.

Output:

Not Applicable

Solution:

A traditional coordinate system has the origin in the lower-left corner, with x increasing to the right and y increasing upward. The coordinate system used by Java has the origin in the upper-left corner with x increasing to the right and y increasing downward.

No comments:

Post a Comment