CS 101 - 10/25/11 Joining two pictures into a single result 1. get width and height of both pictures 2. based on info from #1, determine the size of the new picture 3. copy all the pixels from the first picture 4. copy all the pixels from the second picture ------------------------------- Hard coded the pictures names, while selecting the directory/folder where those pictures reside. 1. Use pickAFile () to select a file from the proper directory/folder 2. Strip off the filename from the String returned from pickAFile() so we have the location of the directory/folder 3. Append the correct filename to the end of the directory/folder name