ARGENTINA
This Java applet displays any number of texts with a fading effect. Each text font, style, size can be defined. Text colors and the text color changing factor can also be specified. |
Parameter Name | Parameter Usage |
---|---|
textk | kth text string, k=1,...,number of texts |
fontnamek | text font type: TimesRoman, Helvetica, Courier or Dialog |
stylek | text font style: plain, bold or italic |
sizek | text font size |
URLk | URL link |
textcolork | text color in RGB HEX format* |
colorstep | color changing factors |
pausestep | pause step for final text display |
bgcolor | background color |
delay | delay between each frame |
*You can find a RGB Hex Triplet Color Chart at http://www.phoenix.net/~jacobson/rgb.html
< APPLET CODE="FadeText.class" WIDTH="480" HEIGHT="60">
< PARAM name="text1" value="This Is FadeText">
< PARAM name="fontname1" value="TimesRoman">
< PARAM name="style1" value="bold">
< PARAM name="size1" value="36">
< PARAM name="textcolor1" value="FF00FF">
< PARAM name="text2" value="You Can Change Colors">
< PARAM name="fontname2" value="Helvetica">
< PARAM name="style2" value="italic">
< PARAM name="size2" value="36">
< PARAM name="textcolor2" value="0033FF">
< PARAM name="text3" value="You Can Also Change Fonts">
< PARAM name="fontname3" value="TimesRoman">
< PARAM name="style3" value="italic">
< PARAM name="size3" value="36">
< PARAM name="textcolor3" value="ff9900">
< PARAM name="colorstep" value="5">
< PARAM name="pausestep" value="8">
< PARAM name="bgcolor" value="330033">
< PARAM name="delay" value="25">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com/java/applet/collection.html">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< /APPLET>
This Java applet displays unlimited number of images with video-like horizontal merge and vertical merge special effects and a cool sound effect. |
Parameter Name | Parameter Usage |
---|---|
Imagek | image files in .gif or .jpg format, k=1,2,..., number of images |
sound | sound file in .au format |
movetypek | horizontal or vertical, k=1,2,..., number of images |
ximages | number of vertical strips such that (applet width/ximages) is an integer |
yimages | number of horizontal strips such that (applet height/yimages) is an integer |
hsteps | step size for horizontal strip move |
vsteps | step size for vertical strip move |
URLk | URL link for each image, k=1,2,..., number of images |
Delay | delay between each frame |
pausestep | pause step for final image display |
< APPLET CODE="BannerShow.class" WIDTH="400" HEIGHT="40">
< PARAM name="Image1" value="jbanner3.gif">
< PARAM name="Image2" value="ban.gif">
< PARAM name="Image3" value="ban2.gif">
< PARAM name="Image4" value="art_banner.gif">
< PARAM name="sound" value="chord.au">
< PARAM name="movetype1" value="horizontal">
< PARAM name="movetype2" value="vertical">
< PARAM name="movetype3" value="horizontal">
< PARAM name="movetype4" value="vertical">
< PARAM name="vsteps" value="4">
< PARAM name="hsteps" value="40">
< PARAM name="ximages" value="80">
< PARAM name="yimages" value="8">
< PARAM name="Delay" value="80">
< PARAM name="pausestep" value="10">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< PARAM name="URL4" value="http://artonnet.com">
</APPLET>
This Java applet displays any number of texts with a fading effect. Each text font, style, size can be defined. Text colors and the text color changing factor can also be specified. |
Parameter Name | Parameter Usage |
---|---|
textk | kth text string, k=1,...,number of texts |
fontnamek | text font type: TimesRoman, Helvetica, Courier or Dialog |
stylek | text font style: plain, bold or italic |
sizek | text font size |
URLk | URL link |
textcolork | text color in RGB HEX format* |
colorstep | color changing factors |
pausestep | pause step for final text display |
bgcolor | background color |
delay | delay between each frame |
*You can find a RGB Hex Triplet Color Chart at http://www.phoenix.net/~jacobson/rgb.html
< APPLET CODE="FadeText.class" WIDTH="480" HEIGHT="60">
< PARAM name="text1" value="This Is FadeText">
< PARAM name="fontname1" value="TimesRoman">
< PARAM name="style1" value="bold">
< PARAM name="size1" value="36">
< PARAM name="textcolor1" value="FF00FF">
< PARAM name="text2" value="You Can Change Colors">
< PARAM name="fontname2" value="Helvetica">
< PARAM name="style2" value="italic">
< PARAM name="size2" value="36">
< PARAM name="textcolor2" value="0033FF">
< PARAM name="text3" value="You Can Also Change Fonts">
< PARAM name="fontname3" value="TimesRoman">
< PARAM name="style3" value="italic">
< PARAM name="size3" value="36">
< PARAM name="textcolor3" value="ff9900">
< PARAM name="colorstep" value="5">
< PARAM name="pausestep" value="8">
< PARAM name="bgcolor" value="330033">
< PARAM name="delay" value="25">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com/java/applet/collection.html">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< /APPLET>
This Java applet displays unlimited number of images with video-like horizontal merge and vertical merge special effects and a cool sound effect. |
Parameter Name | Parameter Usage |
---|---|
Imagek | image files in .gif or .jpg format, k=1,2,..., number of images |
sound | sound file in .au format |
movetypek | horizontal or vertical, k=1,2,..., number of images |
ximages | number of vertical strips such that (applet width/ximages) is an integer |
yimages | number of horizontal strips such that (applet height/yimages) is an integer |
hsteps | step size for horizontal strip move |
vsteps | step size for vertical strip move |
URLk | URL link for each image, k=1,2,..., number of images |
Delay | delay between each frame |
pausestep | pause step for final image display |
< APPLET CODE="BannerShow.class" WIDTH="400" HEIGHT="40">
< PARAM name="Image1" value="jbanner3.gif">
< PARAM name="Image2" value="ban.gif">
< PARAM name="Image3" value="ban2.gif">
< PARAM name="Image4" value="art_banner.gif">
< PARAM name="sound" value="chord.au">
< PARAM name="movetype1" value="horizontal">
< PARAM name="movetype2" value="vertical">
< PARAM name="movetype3" value="horizontal">
< PARAM name="movetype4" value="vertical">
< PARAM name="vsteps" value="4">
< PARAM name="hsteps" value="40">
< PARAM name="ximages" value="80">
< PARAM name="yimages" value="8">
< PARAM name="Delay" value="80">
< PARAM name="pausestep" value="10">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< PARAM name="URL4" value="http://artonnet.com">
</APPLET>
This Java applet displays any number of texts with a fading effect. Each text font, style, size can be defined. Text colors and the text color changing factor can also be specified. |
Parameter Name | Parameter Usage |
---|---|
textk | kth text string, k=1,...,number of texts |
fontnamek | text font type: TimesRoman, Helvetica, Courier or Dialog |
stylek | text font style: plain, bold or italic |
sizek | text font size |
URLk | URL link |
textcolork | text color in RGB HEX format* |
colorstep | color changing factors |
pausestep | pause step for final text display |
bgcolor | background color |
delay | delay between each frame |
*You can find a RGB Hex Triplet Color Chart at http://www.phoenix.net/~jacobson/rgb.html
< APPLET CODE="FadeText.class" WIDTH="480" HEIGHT="60">
< PARAM name="text1" value="This Is FadeText">
< PARAM name="fontname1" value="TimesRoman">
< PARAM name="style1" value="bold">
< PARAM name="size1" value="36">
< PARAM name="textcolor1" value="FF00FF">
< PARAM name="text2" value="You Can Change Colors">
< PARAM name="fontname2" value="Helvetica">
< PARAM name="style2" value="italic">
< PARAM name="size2" value="36">
< PARAM name="textcolor2" value="0033FF">
< PARAM name="text3" value="You Can Also Change Fonts">
< PARAM name="fontname3" value="TimesRoman">
< PARAM name="style3" value="italic">
< PARAM name="size3" value="36">
< PARAM name="textcolor3" value="ff9900">
< PARAM name="colorstep" value="5">
< PARAM name="pausestep" value="8">
< PARAM name="bgcolor" value="330033">
< PARAM name="delay" value="25">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com/java/applet/collection.html">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< /APPLET>
This Java applet displays unlimited number of images with video-like horizontal merge and vertical merge special effects and a cool sound effect. |
Parameter Name | Parameter Usage |
---|---|
Imagek | image files in .gif or .jpg format, k=1,2,..., number of images |
sound | sound file in .au format |
movetypek | horizontal or vertical, k=1,2,..., number of images |
ximages | number of vertical strips such that (applet width/ximages) is an integer |
yimages | number of horizontal strips such that (applet height/yimages) is an integer |
hsteps | step size for horizontal strip move |
vsteps | step size for vertical strip move |
URLk | URL link for each image, k=1,2,..., number of images |
Delay | delay between each frame |
pausestep | pause step for final image display |
< APPLET CODE="BannerShow.class" WIDTH="400" HEIGHT="40">
< PARAM name="Image1" value="jbanner3.gif">
< PARAM name="Image2" value="ban.gif">
< PARAM name="Image3" value="ban2.gif">
< PARAM name="Image4" value="art_banner.gif">
< PARAM name="sound" value="chord.au">
< PARAM name="movetype1" value="horizontal">
< PARAM name="movetype2" value="vertical">
< PARAM name="movetype3" value="horizontal">
< PARAM name="movetype4" value="vertical">
< PARAM name="vsteps" value="4">
< PARAM name="hsteps" value="40">
< PARAM name="ximages" value="80">
< PARAM name="yimages" value="8">
< PARAM name="Delay" value="80">
< PARAM name="pausestep" value="10">
< PARAM name="URL1" value="http://lotus-web.com/java/applet/">
< PARAM name="URL2" value="http://lotus-web.com">
< PARAM name="URL3" value="http://lotus-web.com/java/banner/">
< PARAM name="URL4" value="http://artonnet.com">
</APPLET>