Simple-Java-Calculator
Simple-Java-Calculator copied to clipboard
: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.
Dark Mode Feature allow the application to have a darker UI. - added a button with action listener - added a changeBGColor method
Adding new constant "inverseSin" into class "MonoOperatorModes". Adding new if statement "if (newMode == MonoOperatorModes.inverseSin)" into class "calculateMono"
# Added Added: + Timer(schedule) + TimerTask(time: 2000) + Add text "Error", which locate in the end this java file. **Please publish my edition**
Added a new contrast button which changes the background colour to black.It also changes slightly the colour of the buttons in order to achieve that contrast.I followed the already implemented...
Hi there! I added exp(x), factorial, mod operation, pi, decimal point and backspace. Also, I added tests for the new functions and I fixed some issues of the already existing...
There was an effort to refactor Simple-Java-Calculator on the occasion of a project-based essay during my Master in Applied Informatics. The suggested approach could be a way to present basic...
The project was forked and imported with eclipse IDE, however at the time of compiling and executing the program it does not render properly, the buttons appear misaligned and do...