Calculator Problem Set Javadocs

calculator
Class RunCalc

java.lang.Object
  extended bycalculator.RunCalc

public class RunCalc
extends java.lang.Object

This is a basic skeleton application which launches the necessary code for a four-function calculator.

Copyright (c) 1999 Massachusetts Institute of Technology

Author:
Lynn Andrea Stein, las@ai.mit.edu
See Also:
ButtonHandler

Method Summary
static void main(java.lang.String[] argv)
          No args, just start the thing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
No args, just start the thing.


Calculator Problem Set Javadocs