}
else {
// TF:19/3/08: Added in a factor to make the columns approximately as wide as they are in Forte.
colWidth = (int)(UIutils.colsToPixels(col.getMaxCharacters(), this) * UIutils.FORTE_COLUMNS_SCALING_FACTOR);
}
AlignedCellRenderer renderer = new AlignedCellRenderer(alignment, col.getName().toString());
renderer.setInsets(0, 2, 0, 2);
ArrayColumn ac = new ArrayColumn(col.getName().toString(),
colNum,
colWidth,
renderer,
false,