Re: Internal toolbar within the TopComponent. Is it a native support ?
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4g=3SZvdbQNVazZpzTAnRAGEFidCVR_DuV-mnxP6bgy8Q@mail.gmail.com> |
I guess that is the Multiview-API. https://search.oracle.com/search/search?search_p_main_operator=all&group=Blogs&q=multiview%20weblog:geertjan With kind regards, markiewb 2016-09-22 1:28 GMT+02:00 edgnets <[email protected]>: > Hi, > I´d like to add a toolbar within of my TopComponent (see attachment > MyTopComponent.JPG) like the design window of the Netbeans application has > (see SwingDesignTopComponent.JPG) however I did not found a tutorial about > this resource. > > Should I add my own JButton or JToolbar in a JPanel on the top of my > TopComponent or the netbeans provide a native support to this kind of > toolbar ? > > > > > Attachments: > http://forums.netbeans.org//files/mytopcomponent_474.jpg > http://forums.netbeans.org//files/swingdesigntopcomponent_797.jpg > >