Package com.jgoodies.looks.plastic
Class PlasticBorders.ScrollPaneBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
com.jgoodies.looks.plastic.PlasticBorders.ScrollPaneBorder
- All Implemented Interfaces:
Serializable,Border,UIResource
- Enclosing class:
- PlasticBorders
Unlike Metal we don't paint the (misplaced) control color edges.
Being a subclass of MetalBorders.ScrollPaneBorders ensures that
the ScrollPaneUI will update the ScrollbarsFreeStanding property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
getBorderInsetsMethods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
ScrollPaneBorder
private ScrollPaneBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classMetalBorders.ScrollPaneBorder
-