コード例 #1
0
ファイル: AllMSGDisplay.java プロジェクト: ekiwi/tinyos-1.x
 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
コード例 #2
-1
ファイル: AllMSGDisplay.java プロジェクト: ekiwi/tinyos-1.x
 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