Skip to content

Commit

Permalink
show success dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleo authored Feb 15, 2017
1 parent 3cd1806 commit 71b9c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Java Version/bomber.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ protected PasswordAuthentication getPasswordAuthentication() {
Transport.send(message);
Thread.sleep(waitTime * 1000);;
}

JOptionPane.showMessageDialog(null, String.format("%s texts sent to %s", amount, toEmail));

} catch (MessagingException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 71b9c1d

Please sign in to comment.