4
Apr/101
Apr/101
Netbeans Editor Code Folds
Some times its handy to be able to hide sections of code in the Netbeans editor window.
// <editor-fold desc="This section of the code deals with the item."> Your code goes here... // </editor-fold>
These are just the basics. More information is available from the Netbeans page.
Comments (1)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
2:40 pm on October 31st, 2010
defaultstate=”collapsed” also makes it look nice
//
…
//