Create a frame which contains 3 textfields and a button.
The user is supposed to enter two numbers in the first 2 textfields and then click the button.
As a result of that click the 3rd textfield will contain : “sum = x”, where x is the sum of the two numbers.
In this program the actions are processed by the JFrame application.