Java制作图片、图像倒影特效的源代码实例,看着还挺逼真哦,下边的倒影是添加上去的哦,水波荡漾的样子哦。具体原理是:先读取图像,然后进行图像重绘。相关的代码:   Thread lakeThread; //图片倒影线程   Graphics graphics; //该Applet的Graphics对象   Graphics waveGraphics; //倒影的Graphics对象   Image image; //Applet的Image对象   Image waveImage; //倒影的Graphics对象   int currentImage,imageWidth,imageHeigh