}//GEN-LAST:event_jTextArea1MousePressed
private void rescan_btnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_rescan_btnActionPerformed
// TODO add your handling code here:
Iwlistscan scan = null;
this.jTextArea1.setText("");
try {
scan = new Iwlistscan(this.scan_interface);
} catch (IOException ex) {
Logger.getLogger(Frame_Output.class.getName()).log(Level.SEVERE, null, ex);
} catch (InterruptedException ex) {
Logger.getLogger(Frame_Output.class.getName()).log(Level.SEVERE, null, ex);
}