backWhite = new Color(parent.getDisplay(), 218, 218, 237);
frontBlue = new Color(parent.getDisplay(), 0, 22, 135);
frontRed = new Color(parent.getDisplay(), 255, 0, 0);
//*-- create the table and columns
table = new Table ( getShell(), SWT.BORDER | SWT.FULL_SELECTION );
table.setLinesVisible(true); table.setHeaderVisible(true);
table.setLayout(new GridLayout() );
tcol1 = new TableColumn( table, SWT.LEFT, 0);
tcol2 = new TableColumn( table, SWT.LEFT, 1);