This commit is contained in:
tonikelope 2016-11-30 17:31:19 +01:00
parent 7ab4d9a62c
commit 5f5871b751
2 changed files with 0 additions and 4 deletions

View File

@ -1127,8 +1127,6 @@ public final class Download implements Transference, Runnable, SecureNotifiable
}
}
System.out.println("stop4");
secureNotify();
}
}

View File

@ -354,14 +354,12 @@ public final class DownloadView extends javax.swing.JPanel implements Transferen
private void stop_buttonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_stop_buttonActionPerformed
_download.stop();
System.out.println("stopped");
}//GEN-LAST:event_stop_buttonActionPerformed
private void pause_buttonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_pause_buttonActionPerformed
_download.pause();
System.out.println("paused!");
}//GEN-LAST:event_pause_buttonActionPerformed
@Override