Spirograph
Class SetVListener
java.lang.Object
|
+--Spirograph.SetVListener
- public class SetVListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
This class listens to the set velocity button in the AdvEnv
Frame and sets the velocity of the dot with whatever text is in
the TextArea.
Copyright (c) 1998 Massachusetts Institute of Technology
- See Also:
Coord
,
Spirograph
Constructor Summary |
SetVListener(java.awt.TextField xVel,
java.awt.TextField yVel,
Coord xCoord,
Coord yCoord)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SetVListener
public SetVListener(java.awt.TextField xVel,
java.awt.TextField yVel,
Coord xCoord,
Coord yCoord)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Specified by:
- actionPerformed in interface java.awt.event.ActionListener