What are pros/cons of instantiating a swing object using "new" vs. using "Beans.instantiate"?
Created May 4, 2012
Sandip Chitale It is all given in the JavaBeans Spec 1.01 which
can be downloaded from http://java.sun.com/beans/docs/spec.html
See the section on Instantiating a bean (10.3)