Class ATMApplet

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

public class ATMApplet
extends Applet
Applet class for the applet version of the ATM simulation. Create an instance of the ATM, display in the applet, and then let the GUI do the work.


Constructor Index

 o ATMApplet()

Method Index

 o init()

Constructors

 o ATMApplet
 public ATMApplet()

Methods

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