Re: How to open Navigator panel programmatically?
arsi <[email protected]> Sun, 16 Jul 2017 13:00:26 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
| TopComponent c = NbSheet.findDefault();
c.open ();
c.requestActive();
|
Module: org-netbeans-core-windows
btw.:
Download netbeans source code
<http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip>
and use file search:
**PropertiesAction.java* and... *GlobalPropertiesAction.java* is the
right one ;)
or **Action.java* and you have all the Actions used by Netbeans
Or I use fulltext file search **.java* and the Class or method I'm
interested in, and I have a lot of examples..
When I do not know how to start, *Bundle.properties* and I'm looking for
the displayed text..
And I always found what I needed ;)
*To use the full potential of netbeans platform, there is no other way!!!*
Arsi
------------------------------------------------------------------------
*From:* Dmitry Avtonomov
*Sent:* Sunday, July 16, 2017 1:41AM
*To:* Dev
*Subject:* [platform-dev] Re: How to open Navigator panel programmatically?
> Cool!
> Do you know which packages are required for Properties panel?