I'm trying to create a simple picture viewer that will allow the user to click a button and then select an image from the file system and have that image displayed in a JLabel.
I'm not familiar with picture viewing, but I've done file referencing before.