-
Plotting in Jpanel
I have an assignment to do and I am completely lost in it...
I Would like to make Jpanel where the user enters min x / max x and min y and max y accordingly, and then presses plot button to see the points on the graph.
I would like to have access to a Java class (plotting class) that would allow her pupils to present the coordinates of a point on the mathematical function and have that point plotted in the appropriate place on the JPanel. Therefore the class will have to convert between the two coordinate systems and scale the mathematical x and y values in such a way that the graph of the part of the function being examined fills the JPanel...
I am total noob in this so please help me if u can.
-
-