g.setBackgroundColor(ColorConstants.menuBackgroundSelected);
g.setForegroundColor(ColorConstants.menuForegroundSelected);
}
g.fillRectangle(r.x, r.y, 5, r.height - 5);
g.fillRectangle(r.right() - 9, r.y, 5, r.height - 5);
g.fillRectangle(r.x, r.bottom() - 9, r.width - 5, 5);
if (getHeader().getPreferredSize().height < 20) {
g.fillRectangle(r.x, r.y, r.width - 5, 20);
}
else {
g.fillRectangle(r.x, r.y, r.width - 5, 29);