@treynterrio Did you already have a LAF going for column background? If you didnt, you will have to draw it again yourself because now you're taking over the look and feel of that section.
start with :
g.drawRect(obj.area);
// or
g.drawRoundedRectangle( obj.area, 6, 1.0);
//etc.