static JTextField findJTextField(Component c) { ret childOfType(c, JTextField.class); }