createPaletteFilterComposite(font, compMiddle3);
//list of matching palettes
paletteTable = new TableViewer(new Table(compMiddle, SWT.BORDER | SWT.V_SCROLL | SWT.FULL_SELECTION));
TableLayout tableLayout = new TableLayout();
tableLayout.addColumnData(new ColumnWeightData(1, 20, false));
TableColumn firstColumn = new TableColumn(paletteTable.getTable(), SWT.LEFT);
firstColumn.setAlignment(SWT.LEFT);
paletteTable.getTable().setLayout(tableLayout);
gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
gridData.horizontalSpan = 2;