Overview | Methods | This Package | All Packages
Sets the object's code base, which is equivalent to the CODEBASE parameter of the OBJECT tag in HTML.
Syntax
public void setCodeBase( String url )
Parameters
url
Specifies a Uniform Resource Locator (URL) referencing where to find the implementation of the object.
See Also getCodeBase