if (isSelected) {
this.bg = bg.darker();
}
setText(" ");
WidthCalculatorDrawer wcd = new WidthCalculatorDrawer(table.getGraphics());
this.renderer.render(this.er, wcd, yellow ? this.importsA : this.importsB);
this.width = wcd.getMaxWidth();
return this;
}