Re: Beginner question for netbeans 8.1 platform application
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Clearly a lot to learn still -- best thing you can do is to get this book: leanpub.com/nbp4beginners And, indeed, when you create a new NetBeans module in your application, you can add a new layer.xml file to it, via the New File dialog. Probably this series will be good for you too: https://platform.netbeans.org/tutorials/nbm-selection-1.html However, there's really no better way to get started than to get the book on leanpub.com referenced above. Gj On 6-1-2016 13:22, ctajuggler wrote: > Ok thanks, I see. > > What I'd like to get is a minimal netbeans platform GUI application, so I can configure my own menu bar, toolbar etc. I've looked around a lot and it seems the only way to achieve this is to edit the layers.xml file, which doesn't appear in netbeans 8.1 projects. > > Can you please direct me to where I might read on how to do this? > > > >