Class tea.set.ImageLabelA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ImageLabelA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.ImageLabelA

public class ImageLabelA
extends BaseA
ImageLabelA is an applet wrapper for the ImageLabel widget. Parameters supported by this applet includes:
ImageLabel.IMAGE
the URL of the image for this label
ImageLable.LABEL
text string of this label
See Also:
ImageLabel

Constructor Index

 o ImageLabelA()

Method Index

 o init()
Initialize ImageLabel.

Constructors

 o ImageLabelA
  public ImageLabelA()

Methods

 o init
  public void init()
Initialize ImageLabel.
Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index