JUST DRAW THE CALCULATOR
Write codw to draw this calculator. When the user clicks on a button, the number or symbol should show up at the top. Do not work about the operations. However if the user clicks on =, then clear the display.
Make this both a stand alone program and an applet.