-
Field Summary 
Fields
The color of dark shadow.
The color of light highlight.
-
Constructor Summary 
Constructors
Constructs a new instance of a FieldBorder
.
-
Method Summary 
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
shadow 
The color of shadow.
-
darkShadow 
protected Color darkShadow
The color of dark shadow.
-
highlight 
protected Color highlight
The color of highlight.
-
lightHighlight 
protected Color lightHighlight
The color of light highlight.
-
Constructor Details 
-
FieldBorder 
Constructs a new instance of a FieldBorder
.
- Parameters:
shadow
- a color of shadow
darkShadow
- a color of dark shadow
highlight
- a color of highlight
lightHighlight
- a color of light highlight