org.opensourcephysics.manual.ch13
Class QTPlayerApp

java.lang.Object
  extended by org.opensourcephysics.manual.ch13.QTPlayerApp

public class QTPlayerApp
extends java.lang.Object


Method Summary
 void addMenuItems()
          Adds items to the file menu.
 void loadVideo()
          Loads a video using a file chooser.
static void main(java.lang.String[] args)
           
 void verifyQuickTime()
          Looks for the QTJava.zip file in the Java external library folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addMenuItems

public void addMenuItems()
Adds items to the file menu.


loadVideo

public void loadVideo()
Loads a video using a file chooser.


verifyQuickTime

public void verifyQuickTime()
Looks for the QTJava.zip file in the Java external library folder.


main

public static void main(java.lang.String[] args)