Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.33 KB | None | 0 0
  1.     public void checkWin()
  2.     {
  3.         for(Player item:players)                                                    
  4.         {
  5.             View views=new View();
  6.             List<Integer>tmp=compareCoupons(item.getCoupon(),draw);
  7.             views.showHowManyHit(item.getIDplayer(),item,tmp);
  8.         }
  9.         clearAllBet();
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement