Create an applet that is a simple calculator.
Your interface should contain two input boxes in which the user can put two numbers. There should be four buttons: add, subtract, multiply, and divide. When the user inputs two numbers and clicks on an operation button, the result should be displayed in a label. You may use the the automated tools for building your interface.