if (image == null) {
image = item.getSearchable().getIcon();
}
if (image != null) {
// Paint icon with equal height and width
image.paint(graphics, 3, y - y % rowHeight, rowHeight,
rowHeight);
}
// Build up display text
final StringBuffer buffer = new StringBuffer();