mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-13 04:47:12 +02:00
1.63b
This commit is contained in:
parent
7ab4d9a62c
commit
5f5871b751
@ -1127,8 +1127,6 @@ public final class Download implements Transference, Runnable, SecureNotifiable
|
||||
}
|
||||
}
|
||||
|
||||
System.out.println("stop4");
|
||||
|
||||
secureNotify();
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user