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 TypeMethodDescriptionvoid
paintBorder
(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
getBorderInsets
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
ScrollPaneBorder
private ScrollPaneBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classMetalBorders.ScrollPaneBorder
-