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
-
HtmlLayoutTestApplet()
-
-
action(Event, Object)
- uses deprecated api for compatibility with web browsers
-
init()
- Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
-
paint(Graphics)
-
Paints the container.
HtmlLayoutTestApplet
public HtmlLayoutTestApplet()
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
action
public boolean action(Event evt,
Object what)
- uses deprecated api for compatibility with web browsers
- Overrides:
- action in class Component
paint
public void paint(Graphics g)
- Paints the container.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index