Class Events

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

public class Events
extends Applet
This applet tests all possible events, printing those generated.

This code is (c) 1996 Leemon Baird <leemon@cs.cmu.edu>, http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely. If the code is modified, please state so in the comments.

Version:
1.0, 24 July 96
Author:
Leemon Baird

Constructor Index

 o Events()

Method Index

 o start()

Constructors

 o Events
 public Events()

Methods

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