I'm writing a simple program consisting of a text box, a few labels, and a button. The goal: a random
U.S. state is given to you, you attempt to type in the state's capital, and hit the button to see if you're correct or not. I know this code's a little bit sloppy, it's got a long way to go. My question: right now all I'm trying to achieve is clicking the button (actionPerformed), and then...