Type this function in the program area (top screen):
def loadPic():
file=pickAFile()
print file
swanPic=makePicture(file)
print swanPic
show(swanPic)
Don't forget to load your program or the program won't work!!
A browser should pop up on your monitor after you tell the computer to perform your function by typing the function's name or in this case loadPic() in the command area (bottom screen). Select the picture that you want JES to show and it should pop up.
