All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Dialog | +----JObserve.GUI.ObserveBox
public ObserveBox(String title, Frame parent, boolean modal)
String
- Title bar string
Frame
- parent display
boolean
- true if modal
public void AddComponent(Component comp, int x, int y, int gridwidth, int gridheight, int fill, int anchor, double weightx, double weighty)
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