Tag: netbeans macosx
Disable Netbeans Document Close Buttons
by alowe on Feb.04, 2011, under Programming, Tech
To disable netbeans document close tabs on MacOSX (because I keep hitting them when selecting a tab):
edit /Applications/NetBeans/NetBeans\ 6.9.app/Contents/Resources/NetBeans/etc/netbeans.conf (where 6.9 is the version number)
and add (append) to netbeans_default_options the following:
-J-Dnb.tabs.suppressCloseButton=true
Restart netbeans, and your document close buttons on the tabs are gone.