Skip to content

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

License

Notifications You must be signed in to change notification settings

eduardocruzpalacios/calculator-java-swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.