682683684685686687688689690
* @throws ParserConfigurationException */ protected JGraphEditor createEditor(Map args) throws ParserConfigurationException, SAXException, IOException { JGraphEditor editor = new JGraphEditor(); configureEditor(editor, args); return editor; }