Overview | Methods | This Package | All Packages
Frees the resources allocated by this control.
Syntax
public void dispose()
Remarks
This method is called when the control is ready to free its resources. This method should not be called at run time, and classes that extend this class should call super.dispose() in overrides of this method.