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
-
myLabel
- Label
-
myText
- ObserveText - a TextField that will tell is the user has changed it
-
LabeledLText(String, int)
- Constructor
myLabel
public Label myLabel
- Label
myText
public ObserveText myText
- ObserveText - a TextField that will tell is the user has changed it
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