Posted By:
vani_hemmige
Posted On:
Friday, March 23, 2001 11:14 AM
Hi,
I have an application which needs to open an image file and display it. To do this, I have derived the application from JFrame. I have inserted a "File" menu and in the "File-Open" action handler, I have used a FileChooser dialog which allows the user to select a file. When the user clicks OK, I want the the selected image file to be displayed in the main frame. Can anyone tell me how to do this?
Thanks,
Vani