graphing
Author |
Message |
poseidon
|
Posted: Sat Jul 26, 2003 8:00 pm Post subject: graphing |
|
|
just curious ..... how would one go about graphing a line graph? if given a number of points (x,y)
what is the java command to draw lines, dots? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
poly
|
Posted: Sat Jul 26, 2003 8:09 pm Post subject: (No subject) |
|
|
simple Google search got me this info (cause i never used Java):
g.drawLine(x1, y1, x2, y2) |
|
|
|
|
|
rizzix
|
Posted: Sat Jul 26, 2003 8:53 pm Post subject: (No subject) |
|
|
it's not that simple. u need to know swing. |
|
|
|
|
|
|
|