svoid focusFirstTextArea(Component c) { focus(firstChildOfType(c, JTextArea.class)); }