Write a program that lets the user click the Refresh button to display four cards from a deck of 52 cards, as shown in Figure. (See the hint in Exercise on how to obtain four random cards.)
Hint: You can select random cards by storing the numbers 1–52 to an array list, perform a random shuffle introduced in Section, and use the first three numbers in the array list as the file names for the image.

(a) Exercise displays four cards randomly
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.