665666667668669670671
mxConstants.SHADOW_COLOR = Color.LIGHT_GRAY; mxConstants.W3C_SHADOWCOLOR = "#D3D3D3"; GraphEditor editor = new GraphEditor(); editor.createFrame(new EditorMenuBar(editor)).setVisible(true); }
669670671672673674675
mxSwingConstants.SHADOW_COLOR = Color.LIGHT_GRAY; mxConstants.W3C_SHADOWCOLOR = "#D3D3D3"; GraphEditor editor = new GraphEditor(); editor.createFrame(new EditorMenuBar(editor)).setVisible(true); }