220221222223224225226227228229230
if (properties == null){ return null; } if (properties.containsAll(Arrays.asList(new ConnectionShapePropertiesNames().getPropertyNames()))){ return new ConnectionPropertiesPanel(Builtin.resources.getString("Connection")); } else { return super.getPanel(properties); } }