static A firstComponentOfType(Component c, Class theClass) { ret first(childrenOfType(c, theClass)); }