Class WaveWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----WaveWindow
- public class WaveWindow
- extends Dialog
- implements ActionListener, AdjustmentListener
This class used to display messages in message box dialog
-
WaveWindow(Frame, Vector)
- Constructor
-
actionPerformed(ActionEvent)
-
Processes action events occurring on this component.
-
adjustmentValueChanged(AdjustmentEvent)
- Handles the adjustmentValueChanged event.
-
getPreferredSize()
-
Gets the preferred size of this component.
-
makeStep()
-
WaveWindow
public WaveWindow(Frame parent,
Vector probes)
- Constructor
- Parameters:
- parent - parent frame
- probes - vector of probes
makeStep
public void makeStep()
getPreferredSize
public Dimension getPreferredSize()
- Gets the preferred size of this component.
- Returns:
- A dimension object indicating this component's preferred size.
- Overrides:
- getPreferredSize in class Container
actionPerformed
public void actionPerformed(ActionEvent e)
- Processes action events occurring on this component.
- Parameters:
- e - the action event.
- See Also:
- ActionListener
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
- Handles the adjustmentValueChanged event. Changes pixels per second ratio.
- Parameters:
- e - the adjustment event