Class ObservableTest

java.lang.Object
   |
   +----ObservableTest

public class ObservableTest
extends Object
This is a simple application to test and demonstrate the ObservableSlider, ObservableDbl, ObservableLabel, and ObsTextField 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. The same is true for the text field. Entering a text value causes the other two to be updated when the "Enter" key is pressed. See the code and README in the TestApplications directory for more information.

Version:
$Revision: 1.1.1.1 $, $Date: 1999/11/15 20:37:47 $.
Author:
Daren Stotler
See Also:
ObservableDbl, ObservableLabel, ObservableSlider, ObsTextField

Constructor Index

 o ObservableTest()

Method Index

 o main(String[])

Constructors

 o ObservableTest
 public ObservableTest()

Methods

 o main
 public static void main(String args[])