}
//COLET 20/01/2009 : Add some shading to the icon. Forte would have the icon painted like this.
// By default, Java wont paint the background colour over the icon. Lets mimic Forte.
if(icon != null && isSelected) {
icon = new AlphaBlendedIcon(icon, getBackground(), BLENDED_ICON_TRANSPARENCY);
}
renderer.setIcon(icon);
if(objValue != null) {