java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- MetalBorders
The class represents the border of a 
JPopupMenu.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
- 
Field Details- 
borderInsetsThe border insets.
 
- 
- 
Constructor Details- 
PopupMenuBorderpublic PopupMenuBorder()Constructs aPopupMenuBorder.
 
-