All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.GUI.Labeled2Choice
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----JObserve.GUI.Labeled2Choice
- public class Labeled2Choice
- extends Panel
Panel with a label and 2 choices
This nonsense is to cope with the Layout manager nightmare.
Choices are public.
-
myChoice1
- First ObserveChoice - a Choice that will tell is the user has changed it
-
myChoice2
- Second ObserveChoice
-
Labeled2Choice(String)
- Constructor
myChoice1
public ObserveChoice myChoice1
- First ObserveChoice - a Choice that will tell is the user has changed it
myChoice2
public ObserveChoice myChoice2
- Second ObserveChoice
Labeled2Choice
public Labeled2Choice(String labelText)
- Constructor
- Parameters:
-
String
- Label for Choice
All Packages Class Hierarchy This Package Previous Next Index