Java Eclipse Basic Calculator GUI
Three different classes MyCalculator class which is the main class, Number class and Calculation class for usablity and keeping code split up for better practice.
GUI application create with Eclipse that is split into three classes MyCalculator, Calculation, and Numbers for usability. Where MyCalculator class is the interface, the Calculation class works with calculation and the Numbers class deals with the press of each number and giving them values.
Eclipse Java EE IDE version: Mars.2 (4.5.2)