public final class WebBorder
extends javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
| Constructor and Description |
|---|
WebBorder(java.awt.Insets borderInsets)
Constructs new empty border with the specified insets.
|
WebBorder(int border)
Constructs new empty border with the specified border width at each side.
|
WebBorder(int top,
int left,
int bottom,
int right)
Constructs new empty border with the specified border widths at each side.
|
public WebBorder(int border)
border - border widthpublic WebBorder(int top,
int left,
int bottom,
int right)
top - top border widthleft - left border widthbottom - bottom border widthright - right border widthpublic WebBorder(java.awt.Insets borderInsets)
borderInsets - border insets