มาดูแบบที่ 4 กันนะครับ
เมื่อวานฝนตกหนักมาก น้ำท่วมห้องผมเต็มไปหมดเลย...
Code
How to creat Java water reflection
image.
************************************
1. Copy Lake.class into the directory
of your homepage.
2. Add these 2 lines on your html page ;
<APPLET
code=Lake.class id=Lake width=AAA height=BBB >
<PARAM name=image
value="CCC" ></APPLET>
and you have to change
AAA= width of you pic
BBB=height of your pic
CCC=name of your pic in JPG or GIF
format.
***********************************