Skip to content

A Simple Calculator – an example of action processed by the JFrame application

Notifications You must be signed in to change notification settings

MSH-trojan/Java_21_JFrame_Sum_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A Simple Calculator – an example of action processed by the JFrame application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages