charvax.swing.border
Class EmptyBorder
java.lang.Object
charvax.swing.border.EmptyBorder
- Border
public class EmptyBorder
extends java.lang.Object
Insets | getBorderInsets(Component component_) - Returns the insets of the border.
|
void | paintBorder(Component component_, int colorpair_, int x_, int y_, int width_, int height_) - Paints the border for the specified component with the specified
position and size.
|
EmptyBorder
public EmptyBorder(Insets insets_)
EmptyBorder
public EmptyBorder(int top_,
int left_,
int bottom_,
int right_)
paintBorder
public void paintBorder(Component component_,
int colorpair_,
int x_,
int y_,
int width_,
int height_)
Paints the border for the specified component with the specified
position and size.
- paintBorder in interface Border