this(display, icon, MessageText.getString(keyPrefix + ".title"),
MessageText.getString(keyPrefix + ".text", textParams), details);
}
public MessagePopupShell(Display display,String icon,String title,String errorMessage,String details) {
closeTimer = new Timer(true);
this.display = display;
this.icon = icon;
detailsShell = new Shell(display,SWT.BORDER | SWT.ON_TOP);
Utils.setShellIcon(detailsShell);