Class Edsac

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

public class Edsac
extends Applet

Variable Index

 o isApplet

Constructor Index

 o Edsac()

Method Index

 o destroy()
 o init()
Sets up EDSAC applet
 o main(String[])
If used as a program, this loads a frame and then mimics an applet to load the GUI
 o paint(Graphics)
Paints backdrop

Variables

 o isApplet
 public boolean isApplet

Constructors

 o Edsac
 public Edsac()

Methods

 o main
 public static void main(String args[])
If used as a program, this loads a frame and then mimics an applet to load the GUI

 o init
 public void init()
Sets up EDSAC applet

Overrides:
init in class Applet
 o paint
 public void paint(Graphics g)
Paints backdrop

Overrides:
paint in class Container
 o destroy
 public void destroy()
Overrides:
destroy in class Applet