/Calculator-jeka

Calculator app created with Java Swing, It is simple with an easy code to help novices learn how to operate a calculator.

Primary LanguageJavaMIT LicenseMIT

Jeka Demo - Calculator

A very basic calculator application created using Java Swing.

Run the application from anywhere

jeka -r https://github.com/djeang/Calculator-jeka.git#0.0.1 -p

On windows, you can create a Desktop shortcut with the above target.

First run takes longer because JeKa clones the repo, downloads required JDK (if needed) and builds the application behind the scene.

-r option indicates that JeKa should be launched from this repo root.

-p option indicates that we want to run the program, once built. It may be followed by arguments that will be passed as program arg to the application.

Run the application from the repo

You can also clone the repo on your local machine and launch the application from the repo root directory.

jeka -p

Edit in Intellij

To enable editing the Java source code from IntelliJ, execute:

jeka intellij: iml initProject

More info

jeka --help

Screenshot

Calculator - screenshot