Class Controls

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----Controls

public class Controls
extends Panel

Constructor Index

 o Controls(LissaCanvas)
Add the text fields and button using a GridLayout.

Method Index

 o action(Event, Object)
action(Event, Object) is a deprecated JDK 1.0 event handler

Constructors

 o Controls
 public Controls(LissaCanvas canvas)
Add the text fields and button using a GridLayout.

Methods

 o action
 public boolean action(Event ev,
                       Object arg)
action(Event, Object) is a deprecated JDK 1.0 event handler

Overrides:
action in class Component