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
-
Calculator01()
- Constructs a new frame.
-
Calculator01(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 Calculator01 object.
-
toString()
-
Calculator01
public Calculator01()
- Constructs a new frame.
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
configure
public void configure()
- Configures the layout of this frame. Invokes a CalculatorPanel01.
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 Calculator01 object. Doesn't take parameters.
toString
public String toString()
- Overrides:
- toString in class Component
All Packages Class Hierarchy This Package Previous Next Index