133134135136137138139140141142
form.fields.add(fieldBase); } if (doPostinit) form.postinit(); return form; } catch (InstantiationException e) { throw new IllegalFormFormatException(e); } catch (IllegalAccessException e) { throw new IllegalFormFormatException(e); } }