You should read Look and Feels in NetBeans IDE where it's explained by Petr Chytil. Thanks to Adam Bien for screenshots.


.
So if you want to set up this project as NetBeans project, you have to do something like this:
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.classDeclBracePlacement=NEW_LINE auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs=trueNote: this is available from NetBeans 6.5!

| With Main project | No Main Project set up |
|---|---|
| Build Main Project | Build Project |
| Clean and Build Main Project | Clean and Build Project |
| Batch Build Main Project | Batch Build Project |
| Run Main Project | Run Project |
| Debug Main Project | Debug Project |
NetBeans as any other java application can be run in various look and feels. Generally you can switch the look&feel by adding the jar with look&feel classes to classpath of your application and specifying the required look and feel with --laf command line switch.
There are also team repositories used by netbeans teams (e.g. core-main) and also main/contrib. The common developer work flow looks like------- Additional comments from qa@netbeans.org Tue Jul 29 14:43:08 +0000 2008 ------- Integrated into 'main-golden', available in build *200807291401* on http://bits.netbeans.org/dev/nightly/ Changeset: http://hg.netbeans.org/main/rev/bda38e44840f User: Lukas HasikLog: #139566 - [permui] Mercurial menu item in Tools menu doesn't follow permanent ui spec