static bool containsATextArea(Component c) { ret childOfType(c, JTextArea.class) != null; }