Class ObservableTest
Class ObservableTest
java.lang.Object
|
+----ObservableTest
- public class ObservableTest
- extends Object
This is a simple application to test and demonstrate the ObservableSlider,
ObservableDbl, and ObservableLabel classes. In case the action is not
obvious, moving and releasing the slider bar at the top of the Frame
sets the value of the ObservableDbl. The ObservableLabel at the
bottom is its Observer. As is the purpose of that class, the value
displayed by the label is updated without any additional connections
between these two components. See the code and README in the
TestApplications directory for more information.
- Version:
- 1.0 04-07-97
- Author:
- Daren Stotler
- See Also:
- ObservableDbl, ObservableLabel, ObservableSlider
-
ObservableTest()
-
-
main(String[])
-
ObservableTest
public ObservableTest()
main
public static void main(String args[])