Re: how to reference to other topcomponent
Wade Chandler <[email protected]> Thu, 6 Oct 2016 19:04:45 -0400
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CALiWaWmFa=K+ERqY6PbKc4ktmS75oNDKP-jwXoKkyRLRCJJvYA@mail.gmail.com> |
The mailing list you want for working with the platform is [email protected]. This list is about NetBeans project development. There are various ways to do what you want to do, such as common listeners attached to something discovered in the default lookup, which could be put there by some common plugin or support class, or you can do that using the idea of a Central Lookup. See http://wadechandler.blogspot.com/2007/12/central-lookup-creating-central.html Wade On Oct 6, 2016 6:49 PM, "mcheung63" <[email protected]> wrote: Hi how to reference to other topcomponent? I have a button in one topcomponent and want to change the text in other topcomponent. thanks from Peter Attachments: http://forums.netbeans.org//files/net_179.png