Class shift

Class shift

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----shift

public class shift
extends Applet
Shift This provides for running the application as an applet.

Variable Index

 o window
global variables

Constructor Index

 o shift()

Method Index

 o init()
Init()

Variables

 o window
  public static reg_mod window
global variables

Constructors

 o shift
  public shift()

Methods

 o init
  public void init()
Init()
Overrides:
init in class Applet