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
-
applet
-
-
KL1Thread
-
-
mach
-
-
mainModule
-
-
stream
-
-
thread
-
-
wtc
-
-
KL1App()
-
-
KL1App(String)
-
-
destroy()
-
-
getApplet()
-
-
getParameterInfo()
-
-
init()
-
-
main(String[])
-
-
start()
-
-
stop()
-
thread
protected Thread thread
KL1Thread
protected Thread KL1Thread
mainModule
protected String mainModule
applet
protected static Applet applet
mach
protected KL1Machine mach
wtc
protected WTC wtc
stream
protected Var stream
KL1App
public KL1App()
KL1App
public KL1App(String args0)
getApplet
public static Applet getApplet()
main
public static void main(String args[])
getParameterInfo
public String[][] getParameterInfo()
- Overrides:
- getParameterInfo in class Applet
init
public void init()
- Overrides:
- init in class Applet
start
public void start()
- Overrides:
- start in class Applet
stop
public void stop()
- Overrides:
- stop in class Applet
destroy
public void destroy()
- Overrides:
- destroy in class Applet
All Packages Class Hierarchy This Package Previous Next Index