getSeparatorInsets(insets);
int x = c.getX() - insets.right;
int y = c.getY() - 2;
int w = c.getWidth() + insets.left + insets.right;
int h = c.getHeight() + 4;
b.paintBorder(c, g, x, y, w, h);
}
}
@Override protected void paintSeparator(Graphics2D g, JXStatusBar bar, int x, int y, int w, int h) {
//paint nothing, since paintBackground handles this