All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class htmllayout.HtmlLayoutTestApplet

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

public class HtmlLayoutTestApplet
extends Applet
Reads the file specified by the "htmlURL" param and, when the "Test filname" button is pressed, opens a window layed out by that table-html, just as with HtmlLayoutTest.

Author:
Paul Buchheit
See Also:
HtmlLayout, HtmlLayoutTest

Constructor Index

 o HtmlLayoutTestApplet()

Method Index

 o action(Event, Object)
uses deprecated api for compatibility with web browsers
 o init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
 o paint(Graphics)
Paints the container.

Constructors

 o HtmlLayoutTestApplet
 public HtmlLayoutTestApplet()

Methods

 o init
 public void init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.

Overrides:
init in class Applet
 o action
 public boolean action(Event evt,
                       Object what)
uses deprecated api for compatibility with web browsers

Overrides:
action in class Component
 o paint
 public void paint(Graphics g)
Paints the container.

Overrides:
paint in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index