: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.
Stars
242
Forks
531
Watchers
242
Open Issues
27
Overall repository health assessment
No package.json found
This might not be a Node.js project
57
commits
17
commits
9
commits
5
commits
5
commits
2
commits
2
commits
2
commits
1
commits
1
commits
JFrame visibility is set after init is completed now. I was having a blank window until I changed this.Also added the basic operation signs to print when pressed in between numbers. Lastly, added a try catch to prevent an exception if a Double was expected instead of a operand.
96a5255View on GitHubJFrame visibility is set after init is completed now. I was having a blank window until I changed this.Also added the basic operation signs to print when pressed in between numbers. Lastly, added a try catch to prevent an exception if a Double was expected instead of a operand.
0788abfView on GitHub