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

Class polarDust.calculator.Calculator03

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

public class Calculator03
extends Frame
Calculator03 is the frame hosting a calculator with more operations.
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 Calculator03()
Constructs a new frame.
 o Calculator03(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 Calculator03 object.
 o toString()

Constructors

 o Calculator03
  public Calculator03()
Constructs a new frame.
 o Calculator03
  public Calculator03(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 CalculatorPanel03.
 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 Calculator03 object. Doesn't take parameters.
 o toString
  public String toString()
Overrides:
toString in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index