add(jPanel2, java.awt.BorderLayout.NORTH);
}// </editor-fold>//GEN-END:initComponents
private void btGoGoGoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btGoGoGoActionPerformed
try {
FollowUpFactoryLocal factoryLocal = new FollowUpFactoryLocal();
followupList = factoryLocal.findFollowUpsComing(dateFrom, dateTill, chFollowupDown.isSelected(), client);
refreshTable();
} catch (ClipsException ex) {
MessageBox.showException(ex);
}
}//GEN-LAST:event_btGoGoGoActionPerformed