| Modifier and Type | Field and Description |
|---|---|
static int |
BORDER_SIZE |
static PanelBorder |
FILLED_BORDER |
static Insets |
INSETS |
static PanelBorder |
UNFILLED_BORDER |
| Constructor and Description |
|---|
PanelBorder() |
PanelBorder(boolean drawCentre) |
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
public static final int BORDER_SIZE
public static PanelBorder FILLED_BORDER
public static PanelBorder UNFILLED_BORDER
public static final Insets INSETS
public PanelBorder()
public PanelBorder(boolean drawCentre)
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
paintBorder in interface Borderpublic Insets getBorderInsets(Component c)
getBorderInsets in interface Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface BorderCopyright © 2012. All Rights Reserved.