172173174175176177178179180181182
if (properties == null){ return null; } if (properties.containsAll(Arrays.asList(new LineShapePropertiesNames().getPropertyNames()))){ return new LinePropertiesPanel(Builtin.resources.getString("Lines")); } else { return super.getPanel(properties); } }