Skip to content

synnkfps/JCalc

Repository files navigation

JMath

Java GUI Calculator, based on Galculator.

It's a small project that I'm working on, just to learn how to use JFrame correctly. I still don't know if I'm doing it right, lol!

Building

  1. Click on Code and then Download ZIP
  2. Extract the zip to a folder
  3. Open the folder on terminal and execute gradlew build

The jar will be on \build\libs\.

Or you can download it here

Features

  • Current features:

    • Clear Display
    • Backspace
    • Button Inputing
    • Calculate System
    • Memory Management
  • Memory:

    • Save to Memory
    • Read from Memory
    • Copy Display to Memory