Advertisement
Guest User

Too Strong Magic

a guest
Feb 14th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. while(true) {
  3.     try {
  4.         this.addToCart(cart,quant);
  5.         break;
  6.     } catch (Exception e) {    
  7.         JOptionPane.showMessageDialog(frame, "Quantità non disponibile");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement