{
column = hiddenColumns.visibleToAbsoluteColumn(column);
}
+ // // TODO: highlight columns selected
+ // boolean colsel = false;
+ // if (columnSelection != null)
+ // {
+ // colsel = columnSelection.contains(column);
+ // }
if (column > aaMax)
{
// also need a 'getMaxPosForRange(start,end)' to accurately render
Color col = getColorForRange(min, max, contacts, cstart, cend);
+ // TODO: show selected region
+ // if (colsel || columnSelection!=null &&
+ // columnSelection.intersects(cstart,cend))
+ // {
+ // g.setColor(col.brighter());
+ // }
+ // else
{
g.setColor(col);
}