All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.KL1App

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

public class KL1App
extends Applet
This is a class for a KL1 applet.

Author:
Satoshi KURAMOCHI

Variable Index

 o applet
 o KL1Thread
 o mach
 o mainModule
 o stream
 o thread
 o wtc

Constructor Index

 o KL1App()
 o KL1App(String)

Method Index

 o destroy()
 o getApplet()
 o getParameterInfo()
 o init()
 o main(String[])
 o start()
 o stop()

Variables

 o thread
 protected Thread thread
 o KL1Thread
 protected Thread KL1Thread
 o mainModule
 protected String mainModule
 o applet
 protected static Applet applet
 o mach
 protected KL1Machine mach
 o wtc
 protected WTC wtc
 o stream
 protected Var stream

Constructors

 o KL1App
 public KL1App()
 o KL1App
 public KL1App(String args0)

Methods

 o getApplet
 public static Applet getApplet()
 o main
 public static void main(String args[])
 o getParameterInfo
 public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet
 o init
 public void init()
Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o stop
 public void stop()
Overrides:
stop in class Applet
 o destroy
 public void destroy()
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index