Package com.jgoodies.looks.plastic
Class PlasticBorders.InternalFrameBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.jgoodies.looks.plastic.PlasticBorders.InternalFrameBorder
- All Implemented Interfaces:
Serializable,Border,UIResource
- Enclosing class:
- PlasticBorders
private static final class PlasticBorders.InternalFrameBorder
extends AbstractBorder
implements UIResource
A border used for
JInternalFrames.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) private static voidpaintMaximizedBorder(Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Field Details
-
NORMAL_INSETS
-
MAXIMIZED_INSETS
-
-
Constructor Details
-
InternalFrameBorder
private InternalFrameBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
paintMaximizedBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-