final Button fullscreenButton = createFullscreenButton( video, controls );
createShowControlsButton( video, controls );
createRepeatButton( video, controls );
pauseButton.setEnabled( false );
stopButton.setEnabled( false );
video.addPresentationListener( new PresentationListener() {
public void presentationChanged( Presentation newMode ) {
if( newMode == Presentation.EMBEDDED ) {
fullscreenButton.setEnabled( true );
} else {