try {
TreeMap wrapList = new TreeMap();
GenericPropertiesCreator creator = new GenericPropertiesCreator();
Properties GEOProps = null;
if (creator.useDynamic()) {
creator.execute(false);
/* now process the keys in the GenericObjectEditor.props. For each
key that has an entry in the Beans.props associating it with a
bean component a button tool bar will be created */
GEOProps = creator.getOutputProperties();