* By default the popup will position itself in the center of the window.
* To use a different positioner use {@link #PopupViewImpl(EventBus, PopupPosition)} instead.
* @param eventBus The {@link EventBus}.
*/
public PopupViewImpl(EventBus eventBus) {
this(eventBus, new CenterPopupPositioner());
}