JTextField and JTextArea are both subclasses of JTextComponent. Both classes inherit the getText method from JTextComponent. When you're reading the API, be sure to look at the methods inherited from parent classes when you're looking for a method. (They're listed right below the methods of that class)