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.


Constructor Index

 o JMFVideoToo()

Method Index

 o init()
This method is run when PlayerDriver is an applet.
 o main(String[])

Constructors

 o JMFVideoToo
 public JMFVideoToo()

Methods

 o main
 public static void main(String args[])
 o 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