eduardocruzpalacios / calculator-java-swing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

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

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%