Re: writeExternal() , readExternal()
Mark Wade <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/20/2016 03:44 PM, Steven Yi wrote: > I'm trying to remember it exactly, > but my guess is to check if your TopComponent is annotated with > ConvertAsProperties [1]. If so, that would explain your code not > touching readExternal/writeExternal. Steven, Thank you so much, you hit the nail on the head. I hadn't noticed the annotation @ConvertAsProperties. I commented it out and my overridden methods writeExternal / readExternal are being called and performing as expected. Thanks again, -- Mark