private void btnPrintActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnPrintActionPerformed
ServiceListExporterPanel p = new ServiceListExporterPanel();
p.setLocationRelativeTo(this);
if (p.setMode(ServiceListExporterPanel.MODE_PRINT) == false) {
p.dispose();
} else {
p.setVisible(true);
}
}//GEN-LAST:event_btnPrintActionPerformed