Class startMap

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

public class startMap
extends Applet
Starts Scalemap


Variable Index

 o b1
 o l1
 o showing

Constructor Index

 o startMap()

Method Index

 o action(Event, Object)
 o hideWindow()
 o init()
 o showWindow()

Variables

 o showing
 public boolean showing
 o l1
 public Label l1
 o b1
 public Button b1

Constructors

 o startMap
 public startMap()

Methods

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