Image img = ImageLoaderFactory.getInstance().getImage(
"column.azproduct.product");
width = img.getBounds().width;
graphicProductAzureus = new UISWTGraphicImpl(img);
img = ImageLoaderFactory.getInstance().getImage("column.azproduct.globe");
width = Math.max(width, img.getBounds().width);
graphicProductGlobe = new UISWTGraphicImpl(img);
super(COLUMN_ID, sTableID);
initializeAsGraphic(POSITION_LAST, width);
setWidthLimits(width, width);
setAlignment(ALIGN_CENTER);