private void save_txt_btnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_save_txt_btnActionPerformed
// TODO add your handling code here:
FicheiroDeTexto f = new FicheiroDeTexto();
try {
f.abreEscrita("iwlist_scaninfo.txt");
f.escreverLinha(CurrentDate());
f.escreverLinha(getOutput());
f.fechaEscrita();
JOptionPane.showMessageDialog(null, "File successfully saved");