Re: Custom property editor in the Version Netbeans IDE 6.1
Are you creating the Custom property Editor by extending the PropertyEditorSupport and implementing ExPropertyEditor, InplaceEditor.Factory
then in the method getInplaceEditor and getCustomEditor
return an frame that overrides cancelButtonActionPerformed(ActionEvent evt) {//simly dispose} and okButtonActionPerformed(ActionEvent evt) { //set text and dispose }
I hope that will solve the issue.
Regards,
Sachin.