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:
java.io.Serializable
,javax.swing.border.Border
public class FocusStateMatteBorder extends javax.swing.border.MatteBorder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FocusStateMatteBorder(int top, int left, int bottom, int right, java.awt.Color focusedColor, java.awt.Color unfocusedColor, javax.swing.JComponent componentToTrackFocusOf)
-
Method Summary
-
Methods inherited from class javax.swing.border.MatteBorder
getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
-
-