Specifies the name of the window class to subclass.
public String className;
The default value for this field is null, which indicates that the window is not a subclass of an existing window class. To subclass an existing window class, store the window class name in this field. For example, to subclass the standard edit control, set this field to "EDIT".