Convert the calculator
applet (given in Calculator.java
) into a
stand-alone application. You will not need to change any
of the Java in Calulator.java. If you have already
compiled Calculator.java, you can solve this problem by
adding exactly one line of Java to
DoNothing.java.