continue;
}
calculateComponentPosition(i, width, pos, rendererSize, getElementSize(true), i <= getSelectedIndex());
// if the renderer is in the clipping region
if(pos.intersects(clipX, clipY, clipWidth, clipHeight)) {
Object value = model.getItemAt(i);
Component cmp = renderer.getListCellRendererComponent(this, value, i, false);
cmp.setCellRenderer(true);
Dimension size = pos.getSize();
renderComponent(g, cmp, pos.getX(), pos.getY(), size.getWidth(), size.getHeight());