All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class htmllayout.HtmlLayoutTest

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----htmllayout.HtmlLayoutTest

public class HtmlLayoutTest
extends Frame
Reads in files containing table-html and creates a window for each layed out according to the html. Buttons are created in the place of each component. Used for testing table-html and layout behavior.

Author:
Paul Buchheit
See Also:
HtmlLayout

Method Index

 o handleEvent(Event)
uses deprecated api for compatibility with web browsers
 o main(String[])

Methods

 o handleEvent
 public boolean handleEvent(Event evt)
uses deprecated api for compatibility with web browsers

Overrides:
handleEvent in class Component
 o main
 public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index