34353637383940
if (node == null) { throw new IllegalArgumentException("Node argument must not be null."); } add(new JMenuItem(new DumpElementAction(parent, loadedFile, node.getUserObject()))); }