Java Applets Home
![]() ![]() | ||||||||||||
Horizontal Menu Scroll Java Applet Commercial Version 2.0 ![]() Example 2 ![]() The Horizontal Menu Scroll Java applet is available as part of Popular Applets Collection.
As an example here's the code I used for the applet on top :
Information:
Horizontal Menu Scroll's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet: |
Parameters | Value |
<applet code="menuscroll2.class" width="460" height="18"> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=menuscroll2.class, identifies the name of the Java applet. The second and third part of the applet tag identify the width and height of the applet (usually measured in screen pixels). |
<param name="applet_width" value="460"> | Width of the applet. Please do not forget to set this parameter. It must be the same value with applet tag. |
<param name="applet_height" value="18"> | Height of the applet. Please do not forget to set this parameter. It must be the same value with applet tag. |
<param name="regcode" value=""> | Registration code (if you have it). Place the registration code you purchased from us into value section of this parameter. You have to pay small amount of money to receive your registration code (regcode). Click here to buy your regcode. |
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com"> | Information about the Horizontal Menu Scroll Java applet. The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical. |
<param name="bgcolor" value="000000"> | Background color, in hexadecimal RGB format. |
<param name="border_color" value="000000"> | Color of the applet border, in hexadecimal RGB format. |
<param name="text_color" value="000000"> | Color of the text messages, in hexadecimal RGB format. |
<param name="highlight_text_color" value="000000"> | This parameter will change the color of the text message to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal RGB format. |
<param name="rect_color" value="E8B200"> | Color of the rectangles, in hexadecimal RGB format. |
<param name="highlight_rect_color" value="FFFF00"> | This parameter will change the color of the rectangle to the specified color when your mouse moves over the rectangle. This will only occur if there's an associated URL for the current menu item (text). You must use hexadecimal RGB format. |
<param name="arrow_color" value="E8B200"> | Color of the arrows, in hexadecimal RGB format. |
<param name="highlight_arrow_color" value="FFFF00"> | This parameter will change the color of the arrows to the specified color when your mouse moves over the arrows. |
<param name="arrow_bgcolor" value="700000"> | Color of the arrow background, in hexadecimal RGB format. |
<param name="font_type" value="Arial"> | Name of the text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog". |
<param name="font_size" value="12"> | Size of the text font. |
<param name="font_style" value="0"> | Style of the text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="title_font_style" value="0">. |
<param name="border" value="yes"> | "yes" or "no". |
<param name="space" value="15"> | Horizontal space between menu item (text) and its rectangle border, in pixels. |
<param name="scroll_delay" value="16"> | This is the delay in milliseconds between redraws. In other words it represents the speed of the horizontal scrolling. The lower the number, the faster it scrolls. |
<param name="xspace" value="1"> | Horizontal space between menu rectangles border. |
<param name="scroll_jump" value="1"> | "scroll_jump" is the distance in screen pixels to jump between frames. |
<param name="yposition" value="14"> | "yposition" is the distance from the top of the applet to draw the text messages. |
<param name="mouse_over" value="normal"> | "normal" or "stop" |
<param name="textN" value="Popular Applets Collection"> | Menu item. (N =1,2,3...,number of menu items). You must start at 1 and increase by 1 at each time. |
<param name="linkN" value="http://www.appletcollection.com/popular.html"> | The absolute and/or relative URLs. |
<param name="target_frameN" value="_self"> | Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
Getting Started
Troubleshooting & Support
|
|
|||
|
|||
|
|||