I'm going to assume you are using the Swing API? If yes, then JTextField has an inherited getText() method that returns a String.

What kind of array are you wanting to save it to? A String is...