Java Inter-Field Validation Example 2
This example involves a "License Type" field which limits the Users selection options for the
"Number of Users" field. The invalid choices are dimmed so that the User can still see them
but not select them. If the License Type is charged and the currently selected Number of Users is not
valid for the new License Type, it is changed to the lowest valid choice.
Applet Source