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

https://github.com/eduardocruzpalacios/calculator-java-swing

Calculator built with JDK 11.0.12, Java Swing & Window Builder bi-directional Java GUI designer.
https://github.com/eduardocruzpalacios/calculator-java-swing

calculator calculator-app calculator-application calculator-java calculator-java-swing calculator-javaswing calculatorapp java-swing-application swing-application

Last synced: 7 months ago
JSON representation

Calculator built with JDK 11.0.12, Java Swing & Window Builder bi-directional Java GUI designer.

Awesome Lists containing this project

README

          

# Calculator
Calculator built with JDK 11.0.12, Java Swing & [Window Builder bi-directional Java GUI designer](https://www.eclipse.org/windowbuilder/).
## Functionality
- Sum 2 numbers
- Subtract 1 number from another
- Multiply 2 numbers
- Divide 1 number by another
- Check whether a given number is even or odd
## Architecture
| package | purpose |
| ---------- | -------------------------------------------------------------- |
| model | abstract the logic of the calculator |
| controller | control both the view and model to bestow the application flow |
## Notes
@wbp.parser.entryPoint annotation in BasicCalculator.java tells Window Builder to use this method code to launch the designer view.