static bool containsChildOfType(Component c, Class theClass) { ret childOfType(c, theClass) != null; }