1) Display a JFileChooser
2) Get the name of the image you want to read
3) Create a JLabel and add the image as an ImageIcon to the GUI
Read the [url http://java.sun.com/docs/books/tutorial/uiswing/TOC.html]Swing Tutorial[/url]. Maybe start with the "How to Use Icons" section.