Skip to content

avinashav/Simple-Calculator-using-Java-Appletviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Calculator-using-Java-Appletviewer

A Simple Calculator Program which can perform basic addition, subtraction, multiplication, division operation.

Java ActionListener is used to notified whenever someone click on the button or menu item. It gets notified against ActionEvent. ActionListener - an interface is found in java.awt.event package.

The actionPerformed() method gets invoked automatically whenever one click on the registered component.

Screenshot of the Output:

java-calci

About

A Simple Calculator Program which can perform basic addition, subtraction, multiplication, division operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages