submenu.add(editor.graphLayout("organicLayout", true));
submenu.add(editor.graphLayout("circleLayout", true));
submenu = (JMenu) menu.add(new JMenu(mxResources.get("selection")));
submenu.add(editor.bind(mxResources.get("selectPath"), new SelectShortestPathAction(false)));
submenu.add(editor.bind(mxResources.get("selectDirectedPath"), new SelectShortestPathAction(true)));
submenu.addSeparator();
submenu.add(editor.bind(mxResources.get("selectTree"), new SelectSpanningTreeAction(false)));
submenu.add(editor.bind(mxResources.get("selectDirectedTree"), new SelectSpanningTreeAction(true)));