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