Class X3DBrowserAWTPanel

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
org.xj3d.ui.awt.browser.ogl.X3DBrowserAWTPanel
All Implemented Interfaces:
ComponentListener, KeyListener, WindowListener, ImageObserver, MenuContainer, Serializable, Runnable, EventListener, Accessible, BrowserComponent, FileHandler, X3DComponent

public class X3DBrowserAWTPanel extends Panel implements X3DComponent, BrowserComponent, KeyListener, ComponentListener, WindowListener, Runnable, FileHandler
A browser that uses the AWT panel and labels to draw render the UI with.

X3DBrowserAWTPanel is the AWT based alternative to BrowserJPanel. At the moment, it offers minimal functionality. The "dashboard" is a text label, there aren't any navigation functions. That, and urlReadOnly, urlTop, and dashTop are ignored.

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