Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: September 27, 2010 before the class
Project: Displaying Three Cards
CSCI 1302 Advanced Programming Principles
Armstrong Atlantic State University
Problem Description:
Display a frame that contains three labels. Each label displays a card, as shown in
the figure below. The card image files are named 1.png, 2.png, …, 54.png and
stored in the image/card directory. All three cards are distinct and selected
randomly.
Your Task:
1. Create three ImageView and set their icons using the images.
2. Display three images from 54 image cards randomly.
Your Code:
Name your program Exercise14_03 and copy the code here.