onChildren
Returns a handle to the matched node's children, in their container's order. A node with no children yields an empty collection.
A menu's items follow its own children: a JMenu keeps them in the popup it owns rather than among the components it holds, so a walk over those alone would stop at the menu.