https://github.com/thatonecalculator/calculator
A simple calculator (in a GUI) made in Java.
https://github.com/thatonecalculator/calculator
calculator gui java jframe netbeans
Last synced: 12 months ago
JSON representation
A simple calculator (in a GUI) made in Java.
- Host: GitHub
- URL: https://github.com/thatonecalculator/calculator
- Owner: ThatOneCalculator
- Created: 2019-09-04T03:17:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T03:22:34.000Z (almost 7 years ago)
- Last Synced: 2025-07-08T23:57:20.967Z (12 months ago)
- Topics: calculator, gui, java, jframe, netbeans
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A simple calculator (in a GUI) made in Java.
Run Main.java
Made with NetBeans
Operators: Add, subtract, multiply, divide, set to the power of, modulus. Supports 2 numbers. Error handling included. Never forget to try and catch, kids!