| Author |
Making a diagram interactive???
|
Constanze Michaelis
Greenhorn
Joined: Jul 28, 2004
Posts: 28
|
|
Hi @ll, I'm programming a complicated Applet with a lot of functions. Because of just a bit experiences with java several problems occure. I'm showing a graph with the paint(Graphics g) Method. Thats why I paint the graph with g.drawPolyline(...) . Now I would like to know, if there is any possibility to add a Listener, because I would like to show the exact values in a textfield, after the user clicked the graph. bye Constanze
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
Here's one way to approach this. Written for j2se 1.5
|
 |
 |
|
|
subject: Making a diagram interactive???
|
|
|