tagLibrary.setSetter (ABSTRACT_BUTTON, "horizontalalignment", swingConstantsSetter);
tagLibrary.setSetter (ABSTRACT_BUTTON, "horizontaltextposition", swingConstantsSetter);
tagLibrary.setSetter (ABSTRACT_BUTTON, "mnemonic", mnemonicConstantSetter);
tagLibrary.setSetter (ABSTRACT_BUTTON, "verticalalignment", swingConstantsSetter);
tagLibrary.setSetter (ABSTRACT_BUTTON, "verticaltextposition", swingConstantsSetter);
tagLibrary.setSetter (ABSTRACT_BUTTON, "action", new ObjectOrHookVariableSetter ("setAction", Action.class));
// JTextComponent
tagLibrary.setSetter (TEXTCOMPONENT, "componentorientation", componentOrientationConstantsSetter);
tagLibrary.inheritTag (COMPONENT, TEXTCOMPONENT);
}