I haven't used Java in about 5 years but need to create some applets. Basically I need to make 3 text boxes and a button. When the button is pressed, it adds 2 of the numbers in the boxes and outputs the sum to the third. The thing is, I learned all this using "BreezySwing" and I just want to...