First of all how do I get the text entered by a user from a JTextField?
Second, if I'm adding a variable number of JTextFields to a panel in a for loop, how do I access the first one and then get the entered text, then the second, then the third for as many I make?
