Listing Four

package mybeans;

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

public class CaseAwareTextDisplayT extends CaseAwareTextDisplay {}

