Demonstrate the ability to
u:\lab7\ with two Java code files: ImageViewer.java and Driver.java.JFrameJPanel, JLabel, JButton, and JFileChooser in your ImageViewer classBased on Chapter 12, Programming Challenge 2: Image Viewer
Write an application that allows the user to view image files. Use a button to allow the user to select a image file. When the user selects the file, display it in the window.
Include a shortcut mnemonic (Alt-G) and a tooltip with your button.
Download these images to your U:\Lab7 folder to test your program



If you finish early, get yourself checked off first! As a programming challenge (not required but recommended):
Replace the button with a File menu Open item. Add a Exit menu item as well.