4
Apr/10
1

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)
  1. Jeremey Green
    2:40 pm on October 31st, 2010

    defaultstate=”collapsed” also makes it look nice

    //

    //

Leave a comment

No trackbacks yet.