miguel74 0 Newbie Poster

I a newbie to Java and I have gotten a program. Can please anyone help
This is the program:

Write a program that reads in any image file and displays the image.

Define a 3x3 tiling of the image and display a new image where these tiles are rearranged.

For example, assume the image is 64x64. A 3x3 tiling will divide the image into nine 4x4 subimages. For undergrads your program will print out the reordering you have chosen and then display the image with the new tile ordering.

For example, you program might print out 6,3,8,1,4,9,5,2,7. This means that the first tile will be moved to the second row and the middle tile will move to the lower left corner.