public LabelArrowConnection(){
this(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
}
public LabelArrowConnection(Color color){
add(label, new ConnectionLocator(this, ConnectionLocator.MIDDLE));
setConnectionRouter(new BendpointConnectionRouter());
setTargetDecoration(new PolygonDecoration());
if(color!=null){
setForegroundColor(color);
}