All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jumbo.xml.Jumbo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----jumbo.xml.Jumbo

public class Jumbo
extends Applet
the 'toplevel' container for jumbo.xml routines and the one that a user meets first.

Author:
P.Murray-Rust, 1998

Constructor Index

 o Jumbo()

Method Index

 o init()
 o main(String[])
use to launch Jumbo as an application

Constructors

 o Jumbo
 public Jumbo()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o main
 public static void main(String args[])
use to launch Jumbo as an application


All Packages  Class Hierarchy  This Package  Previous  Next  Index