All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.Box
Both the Component around which the box is drawn, and the String drawn at the top of the box are specified at construction time.
Etching of the box is controlled by etchedIn() and etchedOut(). Default etching is etched in.
public Box(Component surrounded,
String title)
public Box(Component surrounded,
String title,
Orientation orient)
public Box(Component surrounded,
Label label)
public Box(Component surrounded,
Label label,
Orientation orient)
public void etchedIn()
public void etchedOut()
public void paint(Graphics g)
public void resize(int w,
int h)
public void setSize(int w,
int h)
public void reshape(int x,
int y,
int w,
int h)
public void setBounds(int x,
int y,
int w,
int h)
protected String paramString()
All Packages Class Hierarchy This Package Previous Next Index