An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar. In addition to JMenuItems, a JMenu can also contain JSeparators.
搞清三者关系就知道谁add谁了
JMenu是选择了JMenuBar上一个选项之后弹出的一个包含JMenuItems的popup window