This is related to: How to make a dynamic image at run time?
After I have the page images I would like to present them in a list so the user can select the page to play. I know JList do support images but that would display the whole image losing the card deck feeling. Probably I would only show the edge of the image with its name and highlight it somehow.
Any idea?
I was able to pull it out. You can get the images from this code here: http://leepoint.net/notes-java/examples/graphics/cardDemo/cards20.zip
Card.java
CardCellRenderer.java
Test.java
Here’s the output: