Page 666 - Introduction to Programming with Java: A Problem Solving Approach
P. 666
632 Chapter 15 Files
When you run the program, a JOptionPane.showConfirmDialog method call displays this:
Clicking Yes causes a call to JFileChooser’s showOpenDialog method to display another window, and after you select filePgms, it looks like this:
Apago PDF Enhancer
Clicking Open causes a call to JOptionPane’s showMessageDialog method to display this:
And clicking OK terminates the program.
Figure 15.15 Sample session for the FileSizesGUI program