1314151617181920
this.setTitle(title); this.description = description; } protected void createFieldEditors() { LabelFieldEditor label = new LabelFieldEditor(description, this.getFieldEditorParent()); this.addField(label); }