Swing Calculator app in Java
Explore the repository »
View Code
·
Report Bug
·
Request Feature
Table of Contents
jCalculator is an open-source GUI Calculator app coded in Java. The UI is built using Swing and NetBeans as GUI Builder. The app relies mainly on the eval() python function to do the maths although I'm working on implementing this feature in Java. You can support the development of jCalculator. Star this repository! 🌟
- Very clean and modern interface with easy user experience
- A nice logo that will brighten your desktop ;)
- Different ways to handle calculations (either Python's eval() or my own Java implemenation)
- Download the code.
- Compile and Run (make sure you have JDK/JRE & Python installed and configured to run from the command line)
- Enjoy calculating! :)
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License. See LICENSE
for more information.
Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com
Project Link: https://github.com/jihedkdiss/jCalculator