HTML Editor (part 19)

  • 9
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments (2)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Seb
Level 41 , Crefeld, Germany
7 February 2020, 13:04
There's a slight wording mistake in the detailed task descriptions. In the last section it says "controller" instead of "view". If an event with the "About" command is passed to the actionPerformed(ActionEvent actionEvent) method, the method should call showAbout() on the 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.
Roman
Level 41
10 February 2020, 09:50
Thanks, we'll fix it as soon as possible.