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
-
LogoPanel02()
-
-
configure()
- Prepares the layout of the panel
-
mouseUp(Event, int, int)
- Suspends or resumes the logo threads.
-
stop()
- Stops the logo thread.
LogoPanel02
public LogoPanel02()
configure
public void configure()
- Prepares the layout of the panel
mouseUp
public boolean mouseUp(Event e,
int iX,
int iY)
- Suspends or resumes the logo threads.
- Overrides:
- mouseUp in class Component
- See Also:
- Event
stop
public void stop()
- Stops the logo thread.
All Packages Class Hierarchy This Package Previous Next Index