November 2001
Intermediate to advanced
936 pages
68h 43m
English
JSObject.getWindow( ) — return initial JSObject for browser window
Netscape 3, Internet Explorer 4
public static JSObject getWindow(java.applet.Applet applet)applet
An Applet object running in the web browser window for which a JSObject is to be obtained.
A JSObject that represents the JavaScript Window object for the web
browser window that contains the specified
applet.
The getWindow( ) method is the first JSObject
method that any Java applet calls. JSObject does not define a
constructor, and the static getWindow( ) method
provides the only way to obtain an initial “root”
JSObject from which other JSObjects may be obtained.