//GEN-LAST:event_jButton1ActionPerformed
這個雙斜杠及后面的字符在Netbeans編輯器中不顯示,它就是決定不可編輯區域的標記!
自定義函數首尾行不可編輯,
不可編輯單行:首行:
//GEN-FIRST:event_jButton1ActionPerformed
注:“event_”后面是函數名
尾行:
//GEN-LAST:event_jButton1ActionPerformed
不可編輯區域:
開始:
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
結束:
// </editor-fold>//GEN-END:initComponents