Class MetalBorders.OptionDialogBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
- All Implemented Interfaces:
Serializable, Border, UIResource
- Enclosing class:
MetalBorders
The class represents the border of an option dialog.
-
Constructor Summary
-
Method Summary
Methods declared in class AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
-
Constructor Details
-
OptionDialogBorder
public OptionDialogBorder()Constructs aOptionDialogBorder
.
-