buttonViewVCard.setLayoutData(new GridData(SWT.CENTER,SWT.CENTER,false,false,2,1));
buttonViewVCard.addListener(SWT.Selection,new Listener() {
public void handleEvent(Event event) {
new vCardGUI(account,txtJabberId.getText(),txtJabberId.getShell());
}});
}