All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.LabeledLText

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JObserve.GUI.LabeledLText

public class LabeledLText
extends Panel
Panel with a label on the left and a TextField. This nonsense is to cope with the Layout manager nightmare. TextField is public


Variable Index

 o myLabel
Label
 o myText
ObserveText - a TextField that will tell is the user has changed it

Constructor Index

 o LabeledLText(String, int)
Constructor

Variables

 o myLabel
 public Label myLabel
Label

 o myText
 public ObserveText myText
ObserveText - a TextField that will tell is the user has changed it

Constructors

 o LabeledLText
 public LabeledLText(String labelText,
                     int textSize)
Constructor

Parameters:
String - Label for Choice
int - Number of characters in TextField

All Packages  Class Hierarchy  This Package  Previous  Next  Index