All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.Border
|
+----gjt.ThreeDBorder
The current state of the border may be obtained by calling isRaised().
public ThreeDBorder(Component borderMe)
public ThreeDBorder(Component borderMe,
int borderThickness)
public ThreeDBorder(Component borderMe,
int borderThickness,
int gap)
public void inset()
public void raise()
public void paintRaised()
public void paintInset()
public boolean isRaised()
protected DrawnRectangle border()
All Packages Class Hierarchy This Package Previous Next Index