Java Beans: Odds and Ends

the BeanInfo interface is the real interface :-)
the SimpleBeanInfo class is a class that implements the BeanInfo interface with noops.

There are four possible flavors of icons (16x16 color, 32x32 color, 16x16 mono, 32x32 mono). If a bean choses to only support a single icon we recommend supporting 16x16 color.

at java.beans.PropertyDescriptor I do not see a setShortDescription(String) method? (from yesnodialog bean)...
ahhh it is in its super java.beans.FeatureDescriptor