Question: 1. Write a java class to draw a graph with at least 10 lines. The points on the graph must be determined by user input

1. Write a java class to draw a graph with at least 10 lines. The points on the graph must be determined by user input from a JTextField.

I have this program working with randomized points but am having problems figuring out how to implement a user input (JTextField) for 10 points to create the graph. Any help would be appreciated.

Random points are being generated and I'm connecting them on line graph (Still coding x and y labels and axis marks). However, how would I implement a JTextField to prompt for the points instead of randomly generating them.1. Write a java class to draw a graph with at least

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!