This is meant to be a simple application demonstarting the use of Java's swing API to create a calculator.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
The main method exists in App.java.
Meanwhile, the compiled output files will be generated in the bin
folder by default.