Repeat Exercise Testing P2.11, but now write a graphical application that shows the line and the

Question:

Repeat Exercise ••• Testing P2.11, but now write a graphical application that shows the line and the points. Draw each point as a tiny circle. Use the drawString method to draw each distance next to the point, using calls:

image text in transcribed

Data from testing P2.11

Write a program LineDistanceTester that constructs a line joining the points (100, 100) and (200, 200), then constructs points (100, 200), (150, 150), and (250, 50). Print the distance from the line to each of the three points, using the ptSegDist method of the Line2D class. Also print the expected values. (Draw a sketch on graph paper to find what values you expect.)

Step by Step Answer:

Related Book For  answer-question
Question Posted: