676869707172737475
super("Add Suggestion"); } public void actionPerformed(ActionEvent e) { Command command = new AddSuggestionCommand(mCalc, mModel.getSuggestion(mRow)); mParent.getUndoInterface().execute(command); }