| Program: | Buffer.java | (follow link to view applet and code) |
| Author: | Cory Goldfuss | |
| Date: | November 14, 2000 | Program last modified: November 14, 2000 |
| Description: | Finds different characteristics of an inputed string. | |
| Components: | Buttons, CheckBoxes, ActionListener, ItemListener, Labels. | |
| New Concepts: | Using a StringBuffer to reverse the string | |
| Reflections: | This program allowed me to implement many of the methods in java that make character handling easy. These included counting the number of digits, letters, or reversing an entire string all through simple method calls. I learned how to implement check boxes which allow the user to select many different options at once unlike radio buttons, where only one item in a group may be choosen at a time. | |
| Evaluation: | Please provide an evaluation of this portfolio entry. | |