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
-
Calculator03()
- Constructs a new frame.
-
Calculator03(CalculatorApplet)
- Constructs a new frame.
-
configure()
- Configures the layout of this frame.
-
handleEvent(Event)
-
Handles the events related to the destruction of the frame.
-
main(String[])
- Instantiates a new Calculator03 object.
-
toString()
-
Calculator03
public Calculator03()
- Constructs a new frame.
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.
configure
public void configure()
- Configures the layout of this frame. Invokes a CalculatorPanel03.
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
main
public static void main(String args[])
- Instantiates a new Calculator03 object. Doesn't take parameters.
toString
public String toString()
- Overrides:
- toString in class Component
All Packages Class Hierarchy This Package Previous Next Index