Calculator Problem Set Javadocs

calculator
Class Main

java.lang.Object
  extended bycalculator.Main

public class Main
extends java.lang.Object

This is a basic skeleton application which launches the necessary code for a four-function calculator. It relies on a (Runnable) ButtonHandler to repeatedly call getButton() and consume the buttonIDs that the CalculatorGUI object produces.

See Also:
Calculator, CalculatorGUI, ButtonHandler, IntBuffer

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] argv)

Calculator Problem Set Javadocs