- 
- 
Constructor Summary
Constructors 
| Constructor | Description |  
| ButtonBorder(Color shadow,
            Color darkShadow,
            Color highlight,
            Color lightHighlight) | Constructs a new instance of a ButtonBorder. |  
 
 
- 
Method Summary
- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Field Detail
- 
shadowprotected Color shadow The color of shadow. 
 
 
- 
Constructor Detail
- 
ButtonBorderpublic ButtonBorder(Color shadow,
                    Color darkShadow,
                    Color highlight,
                    Color lightHighlight)Constructs a new instance of a ButtonBorder.
 
- Parameters:
- shadow- a color of shadow
- darkShadow- a color of dark shadow
- highlight- a color of highlight
- lightHighlight- a color of light highlight