@Override
protected void paint(Event event, Object element) {
if (event.index == 3) {
if (element instanceof IDownload) {
IDownload lDownload = (IDownload) element;
sLog.info("paint(): " + lDownload.getAttachment().getFileName());
// This is the total client area.
Scrollable lScrollable = (Scrollable) event.widget;
Rectangle lClient = lScrollable.getClientArea();
Rectangle rect = event.getBounds();