public static class UIUtil.SeparatingBorder
extends java.lang.Object
implements javax.swing.border.Border
Constructor and Description |
---|
UIUtil.SeparatingBorder(boolean top,
boolean right,
boolean bottom,
boolean left) |
Modifier and Type | Method and Description |
---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
public UIUtil.SeparatingBorder(boolean top, boolean right, boolean bottom, boolean left)
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
public boolean isBorderOpaque()
isBorderOpaque
in interface javax.swing.border.Border
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets
in interface javax.swing.border.Border