|
|
||
|---|---|---|
| assets | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| build.sh | ||
| install.sh | ||
| jcal | ||
| manifest.mf | ||
| run.sh | ||
README.md
JavaCalc
Simple GUI calculator with complex infix expression evaluation made in Java using Swing.
Installation
$ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master
$ cd JavaCalc
$ ./install.sh
or go to latest releases and get the .jar file.
Uninstall
$ ./install.sh -u
JavaCalc in action
License
This project is licensed under the GPLv3 LICENSE
