java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.basic.BasicBorders.MarginBorder
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- BasicBorders
Draws the border around components which support margins.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
- 
Constructor Details- 
MarginBorderpublic MarginBorder()Constructs aMarginBorder.
 
-