Why doesn't the second JTextField show up when I press the button? If I have the JTextField setVisible to true in the constructor, and set it to false in the actionPerformed method, it works, but if it starts out setVisible(false) it doesn't show up when the button is pressed.
I'm sure it's something really stupid, but I can't seem to find what it is...
Thanks so much for any help!
