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

Class polarDust.calculator.Calculator01

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

public class Calculator01
extends Frame
Calculator01 is a frame hosting a simple calculator.
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 Calculator01()
Constructs a new frame.
 o Calculator01(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 Calculator01 object.
 o toString()

Constructors

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

Methods

 o configure
  public void configure()
Configures the layout of this frame. Invokes a CalculatorPanel01.
 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 Calculator01 object. Doesn't take parameters.
 o toString
  public String toString()
Overrides:
toString in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index