Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!