All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.JCAboutBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----jclass.chart.JCAboutBox

public class JCAboutBox
extends Dialog

Constructor Index

 o JCAboutBox(Frame, Applet)

Method Index

 o action(Event, Object)
 o getParent()
 o handleEvent(Event)
 o makeKLImage(Component)
Creates the KL logo.

Constructors

 o JCAboutBox
 public JCAboutBox(Frame parent,
                   Applet a)

Methods

 o getParent
 public Container getParent()
Overrides:
getParent in class Component
 o handleEvent
 public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o action
 public boolean action(Event e,
                       Object o)
Overrides:
action in class Component
 o makeKLImage
 public static Image makeKLImage(Component comp)
Creates the KL logo. Should be moved into jclass.util.


All Packages  Class Hierarchy  This Package  Previous  Next  Index