All Known Implementing Classes:
BeansAppletStub
setStub
method. This stub
serves as the interface between the applet and the browser
environment or applet viewer environment in which the application
is running.Arthur
- van HoffJDK1.0
- Method from java.applet.AppletStub Summary: |
---|
appletResize, getAppletContext, getCodeBase, getDocumentBase, getParameter, isActive |
Method from java.applet.AppletStub Detail: |
---|
|
|
|
The document base is:http://java.sun.com/products/jdk/1.2/index.html http://java.sun.com/products/jdk/1.2/index.html |
<applet code="Clock" width=50 height=50> <param name=Color value="blue"> </applet>
then a call to |
start method is called. It becomes
inactive just before its stop method is called. |