I read up some on the beans stuff. It seems as though Sun's java.awt.Component implements its own customized BeanInfo and does not rely on standard reflection-based introspection. This explains everything. We need a class kaffe.beans.infos.ComponentBeanInfo to do the same thing. - Godmar