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

Class edu.umn.geom.IFSoft.BigPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----edu.umn.geom.IFSoft.BigPanel

public class BigPanel
extends Panel
BigPanel is a Panel which is used to hold the various components of the program. Lot's of events and calls are passed between the different components by referencing each other through here.

Variable Index

 o cona
 o conb
 o ifspan

Constructor Index

 o BigPanel()

Variables

 o ifspan
  public IfsPanel ifspan
 o cona
  public ControlA cona
 o conb
  public CustomCon conb

Constructors

 o BigPanel
  public BigPanel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index