keyShortcutPresenter);
setGlassEnabled(true);
setText(messages.rejectCommentTitle());
inputWidget = new ReviewCommentInputWidget();
inputWidget.setButtonText(messages.confirmRejection());
FlowPanel panel = new FlowPanel();
panel.setStyleName("new-zanata");
panel.setWidth("800px");
panel.add(inputWidget);