All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.Border
|
+----gjt.EtchedBorder
The current state of the border may be obtained by calling isEtchedIn().
public EtchedBorder(Component borderMe)
public EtchedBorder(Component borderMe,
int borderThickness)
public EtchedBorder(Component borderMe,
int borderThickness,
int gap)
public void etchedIn()
public void etchedOut()
public void paintEtchedIn()
public void paintEtchedOut()
public boolean isEtchedIn()
protected String paramString()
protected DrawnRectangle border()
All Packages Class Hierarchy This Package Previous Next Index