Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
Applet |
Applet.setAlign(Align inValue) |
Applet |
Applet.setAlt(String inValue)
Sets the string to be displayed before the applet is loaded or in case the
applet cannot be loaded.
|
Applet |
Applet.setArchive(String inValue) |
Applet |
Applet.setCode(String inValue)
Specifies the name of the class file to execute.
|
Applet |
Applet.setCodebase(String inValue) |
Applet |
Applet.setHeight(int inValue) |
Applet |
Applet.setHeight(String inValue) |
Applet |
Applet.setId(String inValue) |
Applet |
Applet.setMayScript(boolean inValue) |
Applet |
Applet.setName(String inValue) |
Applet |
Applet.setWidth(int inValue) |
Applet |
Applet.setWidth(String inValue) |
jataylor@hairyfatguy.com