Class StartServerApplet

Class StartServerApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----StartServerApplet

public class StartServerApplet
extends Applet

Constructor Index

 o StartServerApplet()

Method Index

 o action(Event, Object)
 o init()

Constructors

 o StartServerApplet
  public StartServerApplet()

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component