![]() |
|
Contents |
Public Member Functions | |
| Insets | getBorderInsets (final Component component) |
| void | paintBorder (final Component c, final Graphics g, final int x, final int y, final int w, final int h) |
Static Private Attributes | |
| static final Insets | borderInsets = new Insets(1, 1, 2, 2) |
Reimplemented from AbstractBorder.
| void paintBorder | ( | final Component | c, | |
| final Graphics | g, | |||
| final int | x, | |||
| final int | y, | |||
| final int | w, | |||
| final int | h | |||
| ) |
Reimplemented from AbstractBorder.
final Insets borderInsets = new Insets(1, 1, 2, 2) [static, private] |