A IWebBrowser component represents a blank rectangular area of
the screen onto which the application can display webpages or from which the
application can trap events from the browser window. In order to show a
Browser component in GUI, user need to add Browser to a top-level container,
such as Frame.
The class that is interested in processing a Browser event should implement
interface WebBrowserListener, and the object created with
that class should use Browser's addWebBrowserListener method
to register as a listener.
IWebBrowsercomponent represents a blank rectangular area of the screen onto which the application can display webpages or from which the application can trap events from the browser window. In order to show a Browser component in GUI, user need to add Browser to a top-level container, such asFrame.The class that is interested in processing a Browser event should implement interface
WebBrowserListener, and the object created with that class should use Browser'saddWebBrowserListenermethod to register as a listener.