@Override
 protected JComponent getDisplayComponent() {
   form = new Form("DinghyEditor", source.getFormFields());
   return form;
 }