> Also if the javadoc was more comprehensive, or there was a complete reference > of all the component attributes, styles etc in one place, this might be less > of a problem. The set of examples on the web site is excellent though.
FYI, attributes are just the Java bean properties of a component, and styles are the bean properties of the currently installed skin. So you can simply use Javadoc to determine what properties/styles are supported.
