Class DisPlayer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----DisPlayer

public class DisPlayer
extends Frame
Main class for the DisPlayer application. Creates user interface. Tested using Netscape 4.0 Cosmo 2.0 and the nps demo application. Calls the appropriate methods for each button - play, fast forward, rewind, stop, record.

Version:
Version 2 (uses linked list)
Author:
Millie Ives

Constructor Index

 o DisPlayer()

Method Index

 o main(String[])

Constructors

 o DisPlayer
 public DisPlayer()

Methods

 o main
 public static void main(String args[])