Package com.explodingpixels.border
Class FocusStateMatteBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.border.MatteBorder
com.explodingpixels.border.FocusStateMatteBorder
- All Implemented Interfaces:
Serializable
,Border
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.MatteBorder
color, tileIcon
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
ConstructorsConstructorDescriptionFocusStateMatteBorder
(int top, int left, int bottom, int right, Color focusedColor, Color unfocusedColor, JComponent componentToTrackFocusOf) -
Method Summary
Methods inherited from class javax.swing.border.MatteBorder
getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
FocusStateMatteBorder
public FocusStateMatteBorder(int top, int left, int bottom, int right, Color focusedColor, Color unfocusedColor, JComponent componentToTrackFocusOf)
-