Re: BeanTreeView and duplicated Node
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
On 7-3-2016 12:24, rsobies wrote: > hello > let's say i want to display list of user groups and users. > a user can be a member of more then one group. > is there a nice solution to display the same Node twice in two different groups? https://blogs.oracle.com/geertjan/entry/sharing_explorermanagers_between_topcomponents Gj > i tried to pass the same reference during creation of children but i got exception that threre is already owner of the Node. > > best ragards > radek > > > >