All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.ObserveBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----JObserve.GUI.ObserveBox

public class ObserveBox
extends Dialog
Generic Observe display dialog Uses Gridbag layout

See Also:
Observe

Constructor Index

 o ObserveBox(String, Frame, boolean)
Make Box.

Method Index

 o AddComponent(Component, int, int, int, int, int, int, double, double)
Add component to dialog

Constructors

 o ObserveBox
 public ObserveBox(String title,
                   Frame parent,
                   boolean modal)
Make Box. Only comes in one flavor.

Parameters:
String - Title bar string
Frame - parent display
boolean - true if modal

Methods

 o AddComponent
 public void AddComponent(Component comp,
                          int x,
                          int y,
                          int gridwidth,
                          int gridheight,
                          int fill,
                          int anchor,
                          double weightx,
                          double weighty)
Add component to dialog

Parameters:
Component - The component to add
int - The X (0-rel) cell number
int - The Y (0-rel) cell number
int - The number of cells in X
int - The number of cells in Y
int - The expansion code allowed
int - The anchor code
double - The X expansion weight
double - The Y expansion weight

All Packages  Class Hierarchy  This Package  Previous  Next  Index