Hello Everybody.

I' m trying to solve the following programming problem:


(Pick four cards)

Write a program that lets the user click the Refresh button to
display four cards from a deck of 52 cards


First of all, I think I don't need help with the creation of the program or programs to solve this exercise.

In the past I've already created a java program to get a random card.

But my difficulties are in getting the images of the cards.

I've tried to search for images of the cards in a deck of cards.

Many of the images are too big in size to be used in a java program, especially if I'm showing several cards at the same time.

In the past I lost a lot of time searching for images, only to get images of cards that seemed to be taken from different decks.

And also I would like the drawings in the cards to be consistent across the whole deck.

So, I'm making this post to ask if there is someone in this forum that has the images for 52 cards or 54 (including two jokers), and could send me or allow me to download them.

Now for the conditions.

I prefer to use .png images because jpeg images can get corrupted, but if the only offer is for jpeg images, I'll take it.

As for the size, I would like the cards to be in the vertical, and with a height equal or smaller than 150 pixels.

Thank you,

Rogério