private static final Color SOFT_BOTTOM_GRADIENT_COLOR =
new Color(212, 212, 212);
ComponentTopBar() {
setBackgroundPainter(new GradientWithBorderPainter(
TOP_BORDER_COLOR, SOFT_BOTTOM_GRADIENT_COLOR,
SOFT_TOP_GRADIENT_COLOR, SOFT_BOTTOM_GRADIENT_COLOR));
}