Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: December 7, 2009 before the class
Final Project: Histogram
CSCI 1302 Advanced Programming Principles
Armstrong Atlantic State University
Problem Description:
Develop a program that displays a histogram to show the occurrences of each
letter in a text area. The histogram should show the occurrences of each letter in a
text file, as shown in the following figure. Assume that the letters are not case
sensitive.
Submit the following items:
1. Compile and Submit to LiveLab (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 handle action event from the text field? _______________
3. Can your program read text from the file?_______________
_______________