333435363738394041
} public GUIComponent createComponent(AttributeDefinition attr) { GUIComponent component = createBasicComponent(attr); component = new LabelingComponent(component); return component; }