Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 771 Bytes

File metadata and controls

21 lines (14 loc) · 771 Bytes

Java Calculator

image

A simple calculator application created using Java Swing, designed for basic arithmetic operations such as addition, subtraction, multiplication, and division.


Features

  • Basic Arithmetic: Supports addition (+), subtraction (-), multiplication (x), and division (/).
  • Clear Function: Reset the calculator with the CLEAR button.
  • Delete Function: Remove the last input using the HAPUS button.
  • Decimal Support: Perform calculations with decimal numbers.
  • Sign Toggle: Change the number's sign using the +/- button.

Important!

  • java version : "17.0.12" 2024-07-16 LTS
  • THIS IS A NETBEANS PROJECT