public EditorMenuBar(final BasicGraphEditor editor)
{
final mxGraphComponent graphComponent = editor.getGraphComponent();
final mxGraph graph = graphComponent.getGraph();
mxAnalysisGraph aGraph = new mxAnalysisGraph();
JMenu menu = null;
JMenu submenu = null;
// Creates the file menu