All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----kh.zplet.Zplet
| Summary |
public class Zplet
extends java.applet.Applet
{
// Constructors 1
public Zplet();
// Methods 3
public void destroy();
public void init();
public void start();
}
Zplet, a Z-Machine interpreter in Java
Copyright 1996 Matthew T. Russotto
All Rights Reserved
You may freely copy, modify, and make derivative works from this code provided my copyright notice is retained and any modifications are clearly marked
| Constructors |
· Zplet | Summary | Top |
public Zplet()
Default constructor
| Methods |
· destroy | Summary | Top |
public void destroy()
- Overrides:
- destroy in class Applet
· init | Summary | Top |
public void init()
- Overrides:
- init in class Applet
· start | Summary | Top |
public void start()
- Overrides:
- start in class Applet
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7