Package com.jgoodies.looks.plastic
Class PlasticBorders.TextFieldBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- com.jgoodies.looks.plastic.PlasticBorders.Flush3DBorder
-
- com.jgoodies.looks.plastic.PlasticBorders.TextFieldBorder
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.border.Border
,javax.swing.plaf.UIResource
- Enclosing class:
- PlasticBorders
private static final class PlasticBorders.TextFieldBorder extends PlasticBorders.Flush3DBorder
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TextFieldBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int w, int h)
-
Methods inherited from class com.jgoodies.looks.plastic.PlasticBorders.Flush3DBorder
getBorderInsets, getBorderInsets
-
-
-
-
Method Detail
-
paintBorder
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int w, int h)
- Specified by:
paintBorder
in interfacejavax.swing.border.Border
- Overrides:
paintBorder
in classPlasticBorders.Flush3DBorder
-
-