skipAction.setViewComponent(this);
skipButton = prepareButton(skipAction, GUIConstants.SKIP_BUTTON_TOOLTIP,
GUIConstants.SKIP_BUTTON_TEXT);
// resume with the premise of the last question
ResumeCompletionUIAction resumeCompletionAction = new ResumeCompletionUIAction(true);
resumeCompletionAction.setViewComponent(this);
resumeButton = prepareButton(resumeCompletionAction, GUIConstants.RESUME_BUTTON_TOOLTIP,
GUIConstants.RESUME_BUTTON_TEXT);
ExplainUIAction explainAction = new ExplainUIAction();
explainAction.setViewComponent(this);