Name:______________________________________
Read pages 157-170.
flipHorizontal
that flips a picture horizontally
using the y-axis as a hinge. You are to really implement this in DrJava and make it work.
Here's an example of what flipHorizontal
should do.
Here's the original bug picture.
And here it is flipped.
flipHorizontal
method and your main program.