Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T03:22:34.000Z (over 5 years ago)
- Last Synced: 2024-11-06T18:53:49.348Z (2 months ago)
- Topics: calculator, gui, java, jframe, netbeans
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- 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!