new ProvideCounterExampleUIAction();
provideCounterExampleAction.setViewComponent(this);
readyButton = prepareButton(provideCounterExampleAction, GUIConstants.READY_BUTTON_TOOLTIP,
GUIConstants.READY_BUTTON_TEXT);
UndoLastCEMUIAction undoCEMAction = new UndoLastCEMUIAction();
undoCEMAction.setViewComponent(this);
undoCEMButton = prepareButton(undoCEMAction, GUIConstants.UNDO_LAST_CECHANGE_BUTTON_TOOLTIP,
GUIConstants.UNDO_LAST_CECHANGE_BUTTON_TEXT);
UndoAllCEMUIAction undoAllCEMAction = new UndoAllCEMUIAction();
undoAllCEMAction.setViewComponent(this);