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