// newPanel.setParentContainerPanel(panel);
// panel.addContainerPanel(newPanel);
// panel.addChildrenContainerPanel(newPanel);
// panel.revalidate();// prekreslenie penelu
complexObjectInt++;
CComplexObject complex_child = (CComplexObject) child;
List<CAttribute> attributes = complex_child.getAttributes();
if (attributes != null) {
for (CAttribute attribute : attributes) {
analyzeAttribute(attribute, archetype, newPanel);
}
} else {