final AbstractAction actionPlay, actionStop, actionGoToTime;
final JButton ggFFwd, ggRewind;
final InputMap imap = this.getInputMap( JComponent.WHEN_IN_FOCUSED_WINDOW );
final ActionMap amap = this.getActionMap();
toolBar = new ToolBar( SwingConstants.HORIZONTAL );
ggRewind = new JButton();
GraphicsUtil.setToolIcons( ggRewind, GraphicsUtil.createToolIcons( GraphicsUtil.ICON_REWIND ));
ggRewind.addChangeListener( new CueListener( ggRewind, -100 ));
ActionCue actionRwdOn = new ActionCue( ggRewind, true );