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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
