Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ph-7/simple-java-calculator
- Owner: pH-7
- License: apache-2.0
- Created: 2012-05-03T15:45:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T12:17:53.000Z (9 months ago)
- Last Synced: 2024-10-13T12:24:38.349Z (25 days ago)
- Topics: calculator, java, java-calculator, java-learning, java-simple-project, java-study, java-swing, learn, learning-java, simple-java-calculator, teaching
- Language: Java
- Homepage: https://ph-7.github.io/Simple-Java-Calculator/
- Size: 229 KB
- Stars: 223
- Watchers: 35
- Forks: 466
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.