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