button.setText(resource.getLabel("remove.path.yes_to_all"));
button.addSelectionListener(new SelectionAdapter(){
@SuppressWarnings("unused")
public void widgetSelected(SelectionEvent evt) {
type = YES_TO_ALL;
shell.dispose();
}
});
button.setFont(UIDATA.FONT_9);
button = new Button(bottom, SWT.PUSH);