getJspContext().getOut().write( "<td width=\"32\" height=\"32\" bgcolor=\"" + this.color + "\"><font color=\"#ffffff\"><center>" + this.label + "</center></font></td>" );
this.color = color;
this.label = label;