Create an application in a JFrame GUI that will draw a spiral using line segments.
The equations for the points on a spiral are
x= 250 + kθ sinθ
y = 250 + kθ sin θ
You should draw 150 points. Start θ at 0 and increase it by 0.1 for each new point. L et k be 15. Set the size of the window to 500 by 500.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.