138139140141142143144145146
* * @return the component instance. */ public JComponent createComponent() { if (form == null) { form = new ConfigurationForm(); } return form.getRootComponent(); }