PDA

View Full Version : Plotting a Sine Graph.


Java
01-23-2011, 03:29 AM
I am currently working on this graph "thingy" were I am told to produce 4 types of graphs. * y=x2 * y=x3 * y=x*sin(x) * y=x*cos(10*x) Now basically, I have the GUI/Interface ready. I seem to have a problem linking the *y=x*sin(x)* button in the PlottingWindow class to the PlottingPanel...