Uses of Class
org.mortbay.html.Applet

Packages that use Applet
org.mortbay.html   
 

Uses of Applet in org.mortbay.html
 

Methods in org.mortbay.html that return Applet
 Applet Applet.codeBase(String cb)
          Set the codebase
 Applet Applet.setAlternate(Element alt)
          Deprecated. use add
 Applet Applet.setAlternate(String alt)
          Deprecated. use add
 Applet Applet.setDebug(boolean debug)
          Set whether debugging is on in the Applet.
 Applet Applet.setDimensions(int height, int width)
          Set the dimensions of the Applet.
 Applet Applet.setParam(String name, String value)