public class EtchedLineBorder
extends javax.swing.border.EtchedBorder
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
EtchedLineBorder() |
Modifier and Type | Method and Description |
---|---|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the etched line.
|
getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque
private static final long serialVersionUID
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class javax.swing.border.EtchedBorder
c
- The component to draw the border on.g
- The graphics object.x
- The top-left x.y
- The top-left y.width
- The border width.height
- The border height.