gridData.heightHint = 20;
}
liveSash.setLayoutData(gridData);
factory.setComposite(liveSash);
cboAddress = new CCombo(liveSash, SWT.BORDER | SWT.DROP_DOWN | SWT.V_SCROLL | SWT.H_SCROLL);
gridData = new GridData(GridData.FILL_HORIZONTAL);
cboAddress.setForeground(UIDATA.FCOLOR);
cboAddress.setFont(UIDATA.FONT_10);
cboAddress.setBackground(UIDATA.ADDRESS_BCOLOR);
if(UIDATA.isMacOS) {