Listing Ten

package mybeans;

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

public class CaseAwareTextDisplayC extends CaseAwareTextDisplay {}
