Listing Seven

package mybeans;

//
//
// CaseAwareTextDisplayL
//
// This class does nothing but subclass CaseAwareTextDisplay.
// The purpose is to provide a bean, with a beaninfo that uses
// a list property editor for the textCase property.

public class CaseAwareTextDisplayL extends CaseAwareTextDisplay {}
