All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.examples.basics.JMFVideoToo
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ejmf.examples.basics.JMFVideoToo
- public class JMFVideoToo
- extends Applet
Biulds on simpler example and displays
visual component. Note much new here except
attention to use of SwingUtilities.
-
JMFVideoToo()
-
-
init()
- This method is run when PlayerDriver is an applet.
-
main(String[])
-
JMFVideoToo
public JMFVideoToo()
main
public static void main(String args[])
init
public void init()
- This method is run when PlayerDriver is an applet.
- Overrides:
- init in class Applet
All Packages Class Hierarchy This Package Previous Next Index