Example #1
0
 private void fullHeaderCheckBoxItemStateChanged(
     java.awt.event.ItemEvent evt) { // GEN-FIRST:event_fullHeaderCheckBoxItemStateChanged
   if (evt.getStateChange() == java.awt.event.ItemEvent.SELECTED) {
     this.fullheader = true;
   } else if (evt.getStateChange() == java.awt.event.ItemEvent.DESELECTED) {
     this.fullheader = false;
   }
 } // GEN-LAST:event_fullHeaderCheckBoxItemStateChanged
Example #2
-1
 private void timestampCheckBoxItemStateChanged(
     java.awt.event.ItemEvent evt) { // GEN-FIRST:event_timestampCheckBoxItemStateChanged
   if (evt.getStateChange() == java.awt.event.ItemEvent.SELECTED) {
     this.timestamp = new java.text.SimpleDateFormat("HH:mm:ss.SSSS");
   } else if (evt.getStateChange() == java.awt.event.ItemEvent.DESELECTED) {
     this.timestamp = null;
   }
 } // GEN-LAST:event_timestampCheckBoxItemStateChanged