boolean disabled = CacheUtils.getBoolean(properties, DISABLED_KEY, false);
boolean textAntialias = CacheUtils.isTextAntialiased(properties);
char accessKey = _getChar(properties, ACCESS_KEY_KEY);
String name = (String)properties.get(NAME_KEY);
InputStreamProvider startIcon = _getIcon(properties,
BUTTON_START_ICON_KEY);
InputStreamProvider endIcon = _getIcon(properties,
BUTTON_END_ICON_KEY);
InputStreamProvider topBackgroundIcon = _getIcon(properties,
BUTTON_TOP_BACKGROUND_ICON_KEY);
InputStreamProvider bottomBackgroundIcon = _getIcon(properties,
BUTTON_BOTTOM_BACKGROUND_ICON_KEY);
_init(context,
lookAndFeelId,