if (ApplicationUtils.doesEngineSupportPodcasts()) {
viewer = new TableViewer(_parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION);
TableLayout layout = new TableLayout();
layout.addColumnData(new ColumnWeightData(15, 10, true));
layout.addColumnData(new ColumnWeightData(25, 10, true));
layout.addColumnData(new ColumnWeightData(40, 10, true));
layout.addColumnData(new ColumnWeightData(20, 10, true));
viewer.getTable().setLayout(layout);
// Lines visible is ugly under Windows.