Class edu.umn.geom.IFSoft.SetupWin
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.umn.geom.IFSoft.SetupWin

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----edu.umn.geom.IFSoft.SetupWin

public class SetupWin
extends Frame
A window which allows explicit specification of the number of frames between each key frame. The button "Make Animation" will make the animation described, "Cancel" will close the window and do nothing. Called from AnimCon, to make the animation methods from AnimPanel are called.
See Also:
AnimCon, AnimPanel

Constructor Index

 o SetupWin(AnimPanel)

Method Index

 o action(Event, Object)

Constructors

 o SetupWin
  public SetupWin(AnimPanel apan)
Parameters:
apan - The AnimPanel to which this instance will make it's animation.

Methods

 o action
  public boolean action(Event e,
                        Object o)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index