Skip to content

ellencrist/Calculator-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Java calculator with interface using SWING library. It provides a graphical interface to perform basic mathematical operations such as addition, subtraction, multiplication, division and square root.

Resources

  • Intuitive and easy to use interface.
  • Numeric buttons for entering digits.
  • Operation buttons for addition, subtraction, multiplication and division.
  • Button to calculate the square root of a number.
  • Button to invert the sign of the number.
  • Button for erasing one digit at a time or clearing the entire string of numbers.
  • Display to show the entered numbers and the result of the operations.

Executando o projeto:

It is necessary to have the JDK or JRE installed to run the application

Compile and run the Tela.java file

Working

IDE used

Netbeans