Help with text input?
I am looking for a way to take text that a user inputs and to be able to evaluate the individual words that are input. I have no problem setting up a JTextField and retrieving the input via getText(), but I want to be able to evaluate the words that the user enters so I can have the program respond based on the words.
Thanks in advance for any help I can get! :)

