Class BasicBorders.FieldBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.basic.BasicBorders.FieldBorder
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- BasicBorders
Draws the border around a field.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFieldBorder(Color shadow, Color darkShadow, Color highlight, Color lightHighlight) Constructs a new instance of aFieldBorder.
- 
Method SummaryMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
- 
Field Details- 
shadowThe color of shadow.
- 
darkShadowThe color of dark shadow.
- 
highlightThe color of highlight.
- 
lightHighlightThe color of light highlight.
 
- 
- 
Constructor Details- 
FieldBorder
 
-