An Applet Block.
Lets you set the class name from the program, and optionally, the
size and the codebase.
This class uses any attributes set in Element.
Usage
org.mortbay.Page page = new org.mortbay.html.Page();
page.add(new org.mortbay.Applet("org.mortbay.Foo.App"));
See Also: org.mortbay.html.Block version: $Id: Applet.java,v 1.7 2004/07/19 13:12:58 hlavac Exp $ author: Matthew Watson |