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
-
handleEvent(Event)
- uses deprecated api for compatibility with web browsers
-
main(String[])
-
handleEvent
public boolean handleEvent(Event evt)
- uses deprecated api for compatibility with web browsers
- Overrides:
- handleEvent in class Component
main
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index