StopCompletionUIAction stopAction = new StopCompletionUIAction();
stopAction.setViewComponent(this);
stopButton = prepareButton(stopAction, GUIConstants.STOP_BUTTON_TOOLTIP,
GUIConstants.STOP_BUTTON_TEXT);
RepairUIAction repairAction = new RepairUIAction();
repairAction.setViewComponent(this);
repairButton = prepareButton(repairAction, GUIConstants.REPAIR_BUTTON_TOOLTIP,
GUIConstants.REPAIR_BUTTON_TEXT);
resetButton = prepareButton(new ResetCompletionUIAction(this), GUIConstants.RESET_BUTTON_TOOLTIP,
GUIConstants.RESET_BUTTON_TEXT);