Thread thread = new Thread(eventSource);
thread.start();
}
else{
// unsubscribe the observer to the event source
eventSource.deleteObserver(observer);
}
}//GEN-LAST:event_jCheckBox1ActionPerformed
private void list_btnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_list_btnActionPerformed
// TODO add your handling code here: