1
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.
2
2. Compile and Submit to LiveLab as Exercise14_03 (you must submit the program
regardless whether it complete or incomplete, correct or incorrect)
2. Fill in self-evaluation:
1. Can your program create the UI? _______________
2. Can your program display one image correctly? _______________