Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 362 Bytes

Java_21_JFrame_Sum_1

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.