// createLayoutMenuAction("Grid", new
// GridLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
// createLayoutMenuAction("Horizontal", new
// HorizontalLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
horizontalTree = createLayoutMenuAction("Horizontal Tree", new HorizontalTreeLayoutAlgorithm(
LayoutStyles.NO_LAYOUT_NODE_RESIZING));
radialLayout = createLayoutMenuAction("Radial", new RadialLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
springLayout = createLayoutMenuAction("Spring", new SpringLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
// createLayoutMenuAction("Vertical", new
// VerticalLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));