GUIConstants.REPAIR_BUTTON_TEXT);
resetButton = prepareButton(new ResetCompletionUIAction(this), GUIConstants.RESET_BUTTON_TOOLTIP,
GUIConstants.RESET_BUTTON_TEXT);
ConfirmQuestionUIAction confirmAction = new ConfirmQuestionUIAction();
confirmAction.setViewComponent(this);
acceptButton = prepareButton(confirmAction, GUIConstants.ACCEPT_BUTTON_TOOLTIP,
GUIConstants.ACCEPT_BUTTON_TEXT);
RejectQuestionUIAction rejectAction = new RejectQuestionUIAction();
rejectAction.setViewComponent(this);