Class BrowserJPanel

java.lang.Object
All Implemented Interfaces:
ComponentListener, KeyListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, BrowserComponent, BrowserCoreListener
Direct Known Subclasses:
VRMLBrowserJPanel, X3DBrowserJPanel

public abstract class BrowserJPanel extends JPanel implements BrowserComponent, BrowserCoreListener, ComponentListener, WindowListener, KeyListener
Common Swing JPanel implementation of the browser component for use in either SAI or EAI, that wraps the functionality of a VRML browser into a convenient, easy to use form.

This base class needs to be extended to provide the SAI or EAI-specific implementation interfaces, as well as any startup required for both of those environments, such as scripting engines etc.

Version:
$Revision: 1.30 $
Author:
Justin Couch, Brad Vender
See Also: