| Program: | GetFile.java | (follow link to view code) |
| Author: | Cory Goldfuss | |
| Date: | March 20, 2001 | Program last modified: March 23, 2000 |
| Description: | First test program in making of SlideShow.java - Used to browse for image files to insert into show. | |
| Components: | Class user-defined, Methods, Constructors, ActionEvents, Try and catch blocks, JScrollpane, JPanel, JFileChooser. | |
| New Concepts: | JFileChooser, JScrollPane. | |
| Reflections: | This program helped greatly in understanding the JFileChooser. I have been able to implement several nice features such as creating a seperate class to allow for filtration of files (i.e. *.jpg). I've also thrown in a try and catch block which I have never used before. I decided to write this program as a test program for the later to come SlideShow.java (name subject to change) which allows the user to manipulate and create slide show presentations. | |
| Evaluation: | Please provide an evaluation of this portfolio entry. | |