Find the menu item according to the name of the menu. @param menuBar JMenuBar @param name The name of the menu item. Set by the method setName(String name). @return If found, return the JMenuItem menu item object. Otherwise, it returns null.
(JMenuBar menuBar, String name)
source not stored for this graph (policy: none)
no test coverage detected