| Program: | HTMLTest.java | (follow link to view applet and code) |
| Author: | Cory Goldfuss | |
| Date: | February 5, 2001 | Program last modified: February 5, 2001 |
| Description: | Program shows use of HTML tags on a JLabel. | |
| Components: | ActionEvents, JLabel, JButtons, JTextArea. | |
| New Concepts: | Swing Applet, JLabel altering, Mnemonics. | |
| Reflections: | I wrote this program to see what tags that Swing could place on the label. Writing the program was fairly easy, although I did run into some problems which later turned out to be something that a dead gnat would do. I forgot to add the action listeners to my components. Other than that the program was simple to write and simple to test. I may also add an exception handler in the future as the program tends to throw a lot of exceptions when invalid tags are used (e.g. the table tag). | |
| Evaluation: | Please provide an evaluation of this portfolio entry. | |