Class polarDust.calculator.Calculator02
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class polarDust.calculator.Calculator02

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----polarDust.calculator.Calculator02

public class Calculator02
extends Frame
Calculator02 is the frame hosting a simple calculator with paper tape.
Provides the meaning of instantiating the calculator in an application.

The source code.
Version:
0.9, 1996.06.04
Author:
Sorin Lazareanu

Constructor Index

 o Calculator02()
Constructs a new frame.
 o Calculator02(CalculatorApplet)
Constructs a new frame.

Method Index

 o configure()
Configures the layout of this frame.
 o handleEvent(Event)
Handles the events related to the destruction of the frame.
 o main(String[])
Instantiates a new Calculator02 object.
 o toString()

Constructors

 o Calculator02
  public Calculator02()
Constructs a new frame.
 o Calculator02
  public Calculator02(CalculatorApplet parentApplet)
Constructs a new frame. The original call is from an CalculatorApplet. This information is used to send back sound related messages.

Methods

 o configure
  public void configure()
Configures the layout of this frame. Invokes a CalculatorPanel02.
 o handleEvent
  public boolean handleEvent(Event e)
Handles the events related to the destruction of the frame. Must stop() all the threads that use Screen Updater thread.
Overrides:
handleEvent in class Component
 o main
  public static void main(String args[])
Instantiates a new Calculator02 object. Doesn't take parameters.
 o toString
  public String toString()
Overrides:
toString in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index