boundaryPanel.add(label, 50, 250);
boundaryPanel.add(label2, 450, 200);
boundaryPanel.add(label3, 700, 500);
Shape shapeForLabel = new Shape(label, CPShapeType.DIAMOND);
shapeForLabel.showOnDiagram(diagram);
shapeForLabel.setTitle("shapeForLabel");
shapeForLabel.enableConnectionCreate(true);
Shape shapeForLabel2 = new Shape(label2, CPShapeType.OVAL);
shapeForLabel2.showOnDiagram(diagram);