I don't know if JMenuBar works like MenuBar, but I know that MenuBar makes you add the action listener individually to each menu item. To add an action listener, your class needs to implement the...