Class SwingNavigationToolbar

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.xj3d.ui.awt.widgets.SwingNavigationToolbar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, NavigationStateListener

public class SwingNavigationToolbar extends JPanel implements NavigationStateListener
A toolbar for all navigation commands that is usable across any UI that uses Swing.

Creating an instance of this class will automatically register it as a navigation state listener with the browser core. The end user is not required to do this.

External Resources

This toolbar uses images for the button icons rather than text. These are the images used. The path is found relative to the classpath.

  • Track: images/navigation/ButtonTExamine.gif
  • Examine: images/navigation/ButtonExamine.gif
  • Fly: images/navigation/ButtonFly.gif
  • Pan: images/navigation/ButtonPan.gif
  • Tilt: images/navigation/ButtonTilt.gif
  • Walk: images/navigation/ButtonWalk.gif
Version:
$Revision: 1.6 $
Author:
Justin Couch
See Also: