* Create contents of the dialog
*/
protected void createContents() {
shell = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setImage(SWTResourceManager.getImage(ShowSpreadingPath.class, ApplicationResources.getString("ShowSpreadingPath.0"))); //$NON-NLS-1$
shell.addShellListener(new ShellAdapter() {
public void shellActivated(ShellEvent arg0) {
combo.setItems(concepts);
if(combo.getItemCount()==0){
//Deactivate button
}