ProfileManager profiles) {
PopupChrome chrome = PopupChromeFactory.createPopupChrome();
UniversalPopup popup = PopupFactory.createPopup(
null, new CenterPopupPositioner(), chrome, true);
TitleBar titleBar = popup.getTitleBar();
titleBar.setTitleText("Select participants");
popup.add(ParticipantSelectorWidget.this);
this.user = user;
this.participants = new HashSet<ParticipantId>(participants);
this.profiles = profiles;