Package ca.corbett.forms.demo
package ca.corbett.forms.demo
This package contains demo panels that showcase some of the features
of swing-forms and gives some examples of how to do stuff with it.
These are used by the swing-extras demo application.
-
ClassesClassDescriptionBuilds a FormPanel that contains an example of each of the basic form field types.Builds a FormPanel that gives some examples of attaching a custom Action to FormFields to do certain things when their value changes.Builds a very simple FormPanel with some introductory text.Builds a FormPanel that shows how to add custom FieldValidators to make form validation very easy to implement.