ArrayList<Card_GUI> dealerHand = new ArrayList<>(); //this is the arraylist for the dealer's hand. ArrayList<Card_GUI> playerHand1= new ArrayList<>(); //this is the ...