Implement the actionPerformed(ActionEvent actionEvent) method on the view. This method is
inherited from the ActionListener interface and will be called upon selection of menu items
that our view has been added to as an event listener.
HTML Editor (part 19)
- 9
Locked
controller. -> This should be on the view It is correctly stated under point 19.7 - If "About", then call the showAbout() method on the view.