Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ph-7/simple-java-calculator

:1234: Simple calculator is written in Java with Eclipse. This calculator is simple with an easy code to help novices learn how to operate a calculator.
https://github.com/ph-7/simple-java-calculator

calculator java java-calculator java-learning java-simple-project java-study java-swing learn learning-java simple-java-calculator teaching

Last synced: 12 days ago
JSON representation

:1234: Simple calculator is written in Java with Eclipse. This calculator is simple with an easy code to help novices learn how to operate a calculator.

Awesome Lists containing this project

README

        

# Simple Java Calculator

![Logo Simple Java Calculator](logo.png)

---

This calculator is **simple** with an **easy to use code** to help novices **learn how to create a calculator** program with **`Java`**.

---

This project was **originally written using `Eclipse`**, but I have **migrated it to NetBeans**.

If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type this in your terminal:

```shell
java -jar /your_calculator_directory/SimpleJavaCalculator.jar`
```

## :sparkles: Example

![Example: Java Calculator](Screenshots/screenshot.png)

## You might also like :monocle_face:

**[My Simple Java Text Editor](https://github.com/pH-7/Simple-Java-Text-Editor).**

[![Open-Source Simple Java Text Editor](https://github.com/pH-7/Simple-Java-Text-Editor/blob/master/Screenshots/find-replace-word-in-java-text-editor.png)](https://github.com/pH-7/Simple-Java-Text-Editor "Open-Source Simple Java Text Editor")

## 💡 Authors

### Base Application

- **[Pierre-Henry Soria](https://ph7.me)**

### Modifications and Improvements

- [Achintha Gunasekara](http://www.achinthagunasekara.com)
- [xdvrx1](https://github.com/xdvrx1)

## 📮 Contact

Pierre-Henry Soria: pierrehs [AT] hotmail [D0T] com

Achintha Gunasekara: contact [AT] achinthagunasekara [D0T] com

## ⚖️ License

Apache License, Version 2.0 or later; Read **[license.txt](./license.txt)** for further details.