Simple GUI calculator with complex infix expression evaluation made in Java using Swing.
$ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
$ cd jcal
$ ./install.sh
$ jcal
or go to latest releases and get the .jar file.
$ ./install.sh -u
This project is licensed under the GPLv3 LICENSE