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

Class polarDust.calculator.LogoPanel02

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----polarDust.calculator.LogoPanel02

public class LogoPanel02
extends Panel
LogoPanel02 is a container for a CutoutText object.

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

Constructor Index

 o LogoPanel02()

Method Index

 o configure()
Prepares the layout of the panel
 o mouseUp(Event, int, int)
Suspends or resumes the logo threads.
 o stop()
Stops the logo thread.

Constructors

 o LogoPanel02
  public LogoPanel02()

Methods

 o configure
  public void configure()
Prepares the layout of the panel
 o mouseUp
  public boolean mouseUp(Event e,
                         int iX,
                         int iY)
Suspends or resumes the logo threads.
Overrides:
mouseUp in class Component
See Also:
Event
 o stop
  public void stop()
Stops the logo thread.

All Packages  Class Hierarchy  This Package  Previous  Next  Index