Class mjr.pstree.demo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mjr.pstree.demo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----mjr.pstree.demo

public class demo
extends Applet
an interactive priority search tree applet

Variable Index

 o CANVAS_HEIGHT
 o CANVAS_WIDTH

Constructor Index

 o demo()

Method Index

 o getAppletInfo()
 o getParameterInfo()
 o init()
 o mjr()
hack to get netscape to load classfiles

Variables

 o CANVAS_WIDTH
  public final static int CANVAS_WIDTH
 o CANVAS_HEIGHT
  public final static int CANVAS_HEIGHT

Constructors

 o demo
  public demo()

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o getParameterInfo
  public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet
 o getAppletInfo
  public String getAppletInfo()
Overrides:
getAppletInfo in class Applet
 o mjr
  public static void mjr()
hack to get netscape to load classfiles

All Packages  Class Hierarchy  This Package  Previous  Next  Index