Saturday, December 15, 2012

Java Exercise #82: Multiple Window Demo

Exercise: Write a program that has a text area and a button where the user can enter a message in the text area. Clicking the button should open a new window which has a histogram on the count of each letter in the text area message.

Download Code: Histogram

No comments:

Post a Comment